FreeSWITCH Jira

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)

Do Not Paste logs, stack traces, back traces, or patches into the problem description or comments, attach them.

When attaching patches, logs, and backtraces to your jira issues, please ensure they have a proper filename extension.
Examples: freeswitch.log.11-11-2011 bad, freeswitch.11-11-2011.log good, some_neat_patch_v28 bad, some_neat_patch_v28.diff good...
FreeSWITCH
  • FreeSWITCH
  • FS-4343

RTMP in windows

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: Build System
  • Labels:
    None
  • Environment:
    Windows
  • Platform:
    Win32_64/VS
  • FreeSWITCH GIT Revision:
    NA
  • Reproduced with GIT HEAD?:
    NA

Description

Please add support for mod_rtmp in windows as well.
  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    windows-sln-patch.txt
    15/Aug/12 4:04 AM
    15 kB
    Peter Olsson

Issue Links

is duplicated by

Improvement - An improvement or enhancement to an existing feature or task. FS-4496 Several already compilable modules missing in Windows weekly binaries

  • Minor - Minor loss of function, or other problem where easy workaround is present.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Peter Olsson added a comment - 25/Jun/12 5:29 AM
It's already supported. However, not built by default.
Show
Peter Olsson added a comment - 25/Jun/12 5:29 AM It's already supported. However, not built by default.
Hide
Permalink
Peter Olsson added a comment - 26/Jun/12 6:24 AM
Please comment back here if you have any problems building mod_rtmp for Windows. It's building here without any problems, but I've never used it though :) If not, please close again.

/Peter
Show
Peter Olsson added a comment - 26/Jun/12 6:24 AM Please comment back here if you have any problems building mod_rtmp for Windows. It's building here without any problems, but I've never used it though :) If not, please close again. /Peter
Hide
Permalink
Peter Olsson added a comment - 01/Jul/12 4:44 AM
Closing this again, since mod_rtmp already can be built on Windows.
Show
Peter Olsson added a comment - 01/Jul/12 4:44 AM Closing this again, since mod_rtmp already can be built on Windows.
Hide
Permalink
Fuser added a comment - 04/Jul/12 6:08 PM
Please make this part of the default windows binaries download. Its great that the build is working.
I think all the modules that do build with windows, should be part of the binaries.
Show
Fuser added a comment - 04/Jul/12 6:08 PM Please make this part of the default windows binaries download. Its great that the build is working. I think all the modules that do build with windows, should be part of the binaries.
Hide
Permalink
Peter Olsson added a comment - 05/Jul/12 4:46 AM - edited
Yes, I agree, I think that it's probably a good idea to build all modules by default. At least those that doesn't require som kind of extra work, with external dependecies to other libs etc. It will take some extra time, but in the end it shouldn't be very much.

Jeff, I've created a list of modules not built by default today, that can be enabled without any problems. I've tested these builds on VS2010 for all configurations (Win32/x64, Debug/Release).

 - mod_blacklist
 - mod_callcenter
 - mod_directory
 - mod_distributor
 - mod_flite
 - mod_iSAC
 - mod_redis
 - mod_rtmp
 - mod_skinny
 - mod_skypopen
 - mod_sms

We also have the following modules, but I'm not sure if that's something that we should have by default - probably not.

 - Download 16khzsound
   - 16khz
 - Download 16khz music
   - 16khz music
 - Download 32khzsound
   - 32khz
 - Download 32khz music
   - 32khz music

/Peter
Show
Peter Olsson added a comment - 05/Jul/12 4:46 AM - edited Yes, I agree, I think that it's probably a good idea to build all modules by default. At least those that doesn't require som kind of extra work, with external dependecies to other libs etc. It will take some extra time, but in the end it shouldn't be very much. Jeff, I've created a list of modules not built by default today, that can be enabled without any problems. I've tested these builds on VS2010 for all configurations (Win32/x64, Debug/Release).  - mod_blacklist  - mod_callcenter  - mod_directory  - mod_distributor  - mod_flite  - mod_iSAC  - mod_redis  - mod_rtmp  - mod_skinny  - mod_skypopen  - mod_sms We also have the following modules, but I'm not sure if that's something that we should have by default - probably not.  - Download 16khzsound    - 16khz  - Download 16khz music    - 16khz music  - Download 32khzsound    - 32khz  - Download 32khz music    - 32khz music /Peter
Hide
Permalink
Fuser added a comment - 05/Jul/12 5:01 AM
Great !
I do think that downloading these sounds should not be enabled by default, just the 8 KHz or one frequency suffices. The custom installation feature can have them with check buttons so user can select.
Show
Fuser added a comment - 05/Jul/12 5:01 AM Great ! I do think that downloading these sounds should not be enabled by default, just the 8 KHz or one frequency suffices. The custom installation feature can have them with check buttons so user can select.
Hide
Permalink
Fuser added a comment - 05/Jul/12 5:05 AM
Another thing is that presently freeswitch msi installation has few steps that do an "installation" of it in the windows, registers, changes registry options etc.

So having an option of doing a portable "installation" that doesn't touch the windows registry or other files would be great. Its already almost portable in that the folder C:\Program Files\Freeswitch can be moved around and run directly from that directory.
Several windows programs are coming portable these days (www.portableapps.com) using ini/xml/cfg files that don't use registry, some that don't even leave a trace.
Show
Fuser added a comment - 05/Jul/12 5:05 AM Another thing is that presently freeswitch msi installation has few steps that do an "installation" of it in the windows, registers, changes registry options etc. So having an option of doing a portable "installation" that doesn't touch the windows registry or other files would be great. Its already almost portable in that the folder C:\Program Files\Freeswitch can be moved around and run directly from that directory. Several windows programs are coming portable these days ( www.portableapps.com ) using ini/xml/cfg files that don't use registry, some that don't even leave a trace.
Hide
Permalink
Fuser added a comment - 26/Jul/12 4:20 PM
Hi Peter, Jeff,

Is there a windows announce or feature page ?
Do all modules that can compile in windows now already have support and included in the weekly binaries ?
Show
Fuser added a comment - 26/Jul/12 4:20 PM Hi Peter, Jeff, Is there a windows announce or feature page ? Do all modules that can compile in windows now already have support and included in the weekly binaries ?
Hide
Permalink
Jeff Lenk added a comment - 26/Jul/12 8:50 PM
No I have not made those changes because basically is just causes more work for me. I need more windows users that help out as much as Peter(Thanks) does by providing build patches etc. Otherwise it simply can be to much to keep maintained in a timely manor. I try to patch most windows build errors within a day or two with most much faster than that.

The installation from the weekly binaries is almost fully portable. The only exception are the start menu changes and the service registration both of which can easily be ignored. You can copy the installation to whatever directory or another machine if you wish and run from there without issue. The exe provides its own logic for service installation so that's not an issue.
Show
Jeff Lenk added a comment - 26/Jul/12 8:50 PM No I have not made those changes because basically is just causes more work for me. I need more windows users that help out as much as Peter(Thanks) does by providing build patches etc. Otherwise it simply can be to much to keep maintained in a timely manor. I try to patch most windows build errors within a day or two with most much faster than that. The installation from the weekly binaries is almost fully portable. The only exception are the start menu changes and the service registration both of which can easily be ignored. You can copy the installation to whatever directory or another machine if you wish and run from there without issue. The exe provides its own logic for service installation so that's not an issue.
Hide
Permalink
Peter Olsson added a comment - 04/Aug/12 3:29 AM
Jeff (and Fuser), I will try to submit a patch for this next week. It's probably enough to patch the VS2010 solution.

My local solution file already builds lots of these modules, so I'm almost there already :)

/Peter
Show
Peter Olsson added a comment - 04/Aug/12 3:29 AM Jeff (and Fuser), I will try to submit a patch for this next week. It's probably enough to patch the VS2010 solution. My local solution file already builds lots of these modules, so I'm almost there already :) /Peter
Hide
Permalink
Peter Olsson added a comment - 15/Aug/12 4:04 AM
This patch makes the following changes;

 - Added these modules to build by default;
  - mod_blacklist
   - mod_callcenter
   - mod_directory
   - mod_distributor
   - mod_flite
   - mod_iSAC
   - mod_redis
   - mod_rtmp
   - mod_skinny
   - mod_skypopen
   - mod_sms
 - Made libcurl dependent of openssl
 - Made openssl dependent of Download OPENSSL

It's been tested on both Win32/x64 builds, in both Debug and Release modes.

/Peter
Show
Peter Olsson added a comment - 15/Aug/12 4:04 AM This patch makes the following changes;  - Added these modules to build by default;   - mod_blacklist    - mod_callcenter    - mod_directory    - mod_distributor    - mod_flite    - mod_iSAC    - mod_redis    - mod_rtmp    - mod_skinny    - mod_skypopen    - mod_sms  - Made libcurl dependent of openssl  - Made openssl dependent of Download OPENSSL It's been tested on both Win32/x64 builds, in both Debug and Release modes. /Peter
Hide
Permalink
Peter Olsson added a comment - 20/Aug/12 2:38 AM
Jeff, please review this patch. If you have any questions, just get back to me.

The changes only enables build of modules that doesn't require any extra external libs etc, so it shouldn't cause any problems.

/Peter
Show
Peter Olsson added a comment - 20/Aug/12 2:38 AM Jeff, please review this patch. If you have any questions, just get back to me. The changes only enables build of modules that doesn't require any extra external libs etc, so it shouldn't cause any problems. /Peter
Hide
Permalink
Git added a comment - 28/Aug/12 6:06 PM
Repository: freeswitch
Branch: refs/heads/master
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: jeff@jefflenk.com

Comment:
FS-4343 --resolve


FreeSWITCH Support Contracts and Consulting Services available!

Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266


Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com

Show
Git added a comment - 28/Aug/12 6:06 PM Repository: freeswitch Branch: refs/heads/master Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f Closed By: jeff@jefflenk.com Comment: FS-4343 --resolve FreeSWITCH Support Contracts and Consulting Services available! Contact us: Email: consulting@freeswitch.org Web: http://www.freeswitch.org Phone: +1-918-420-9266 Tollfree: +1-877-742-2583 Fax: +1-918-420-9267 iNum: +883 5100 1420 9266 Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony! http://www.cluecon.com
Hide
Permalink
Fuser added a comment - 09/Sep/12 7:38 PM
mod_rtmp is still missing. Possibly many others.
Show
Fuser added a comment - 09/Sep/12 7:38 PM mod_rtmp is still missing. Possibly many others.
Hide
Permalink
Fuser added a comment - 09/Sep/12 7:39 PM - edited
Actually none of the ones listed above by Peter saying they were added, are actually there. Please see that they make their way into the weekly binaries
Show
Fuser added a comment - 09/Sep/12 7:39 PM - edited Actually none of the ones listed above by Peter saying they were added, are actually there. Please see that they make their way into the weekly binaries
Hide
Permalink
Git added a comment - 10/Sep/12 8:54 AM
Repository: freeswitch
Branch: refs/heads/master
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: jeff@jefflenk.com

Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen


FreeSWITCH Support Contracts and Consulting Services available!

Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266


Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com

Show
Git added a comment - 10/Sep/12 8:54 AM Repository: freeswitch Branch: refs/heads/master Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15 Closed By: jeff@jefflenk.com Comment: FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen FreeSWITCH Support Contracts and Consulting Services available! Contact us: Email: consulting@freeswitch.org Web: http://www.freeswitch.org Phone: +1-918-420-9266 Tollfree: +1-877-742-2583 Fax: +1-918-420-9267 iNum: +883 5100 1420 9266 Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony! http://www.cluecon.com
Hide
Permalink
Git added a comment - 12/Sep/12 12:26 PM
Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: 25d1e7a http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=25d1e7a
Closed By: SwK

Comment:
FS-4343 --resolve


FreeSWITCH Support Contracts and Consulting Services available!

Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266


Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com

Show
Git added a comment - 12/Sep/12 12:26 PM Repository: freeswitch Branch: refs/heads/v1.2.stable Commit: 25d1e7a http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=25d1e7a Closed By: SwK Comment: FS-4343 --resolve FreeSWITCH Support Contracts and Consulting Services available! Contact us: Email: consulting@freeswitch.org Web: http://www.freeswitch.org Phone: +1-918-420-9266 Tollfree: +1-877-742-2583 Fax: +1-918-420-9267 iNum: +883 5100 1420 9266 Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony! http://www.cluecon.com
Hide
Permalink
Git added a comment - 12/Sep/12 12:32 PM
Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: e356a37 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e356a37
Closed By: SwK

Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen


FreeSWITCH Support Contracts and Consulting Services available!

Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266


Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com

Show
Git added a comment - 12/Sep/12 12:32 PM Repository: freeswitch Branch: refs/heads/v1.2.stable Commit: e356a37 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e356a37 Closed By: SwK Comment: FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen FreeSWITCH Support Contracts and Consulting Services available! Contact us: Email: consulting@freeswitch.org Web: http://www.freeswitch.org Phone: +1-918-420-9266 Tollfree: +1-877-742-2583 Fax: +1-918-420-9267 iNum: +883 5100 1420 9266 Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony! http://www.cluecon.com
Hide
Permalink
Git added a comment - 20/Sep/12 4:51 PM
Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: SwK

Comment:
FS-4343 --resolve


FreeSWITCH Support Contracts and Consulting Services available!

Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266


Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com

Show
Git added a comment - 20/Sep/12 4:51 PM Repository: freeswitch Branch: refs/heads/v1.2.stable Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f Closed By: SwK Comment: FS-4343 --resolve FreeSWITCH Support Contracts and Consulting Services available! Contact us: Email: consulting@freeswitch.org Web: http://www.freeswitch.org Phone: +1-918-420-9266 Tollfree: +1-877-742-2583 Fax: +1-918-420-9267 iNum: +883 5100 1420 9266 Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony! http://www.cluecon.com
Hide
Permalink
Git added a comment - 20/Sep/12 4:56 PM
Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: SwK

Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen


FreeSWITCH Support Contracts and Consulting Services available!

Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266


Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com

Show
Git added a comment - 20/Sep/12 4:56 PM Repository: freeswitch Branch: refs/heads/v1.2.stable Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15 Closed By: SwK Comment: FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen FreeSWITCH Support Contracts and Consulting Services available! Contact us: Email: consulting@freeswitch.org Web: http://www.freeswitch.org Phone: +1-918-420-9266 Tollfree: +1-877-742-2583 Fax: +1-918-420-9267 iNum: +883 5100 1420 9266 Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony! http://www.cluecon.com
Hide
Permalink
Auto Admin added a comment - 04/Oct/12 8:17 PM
Due to a long period of inactivity (13 or more days), this issue is due to be automatically close within 24 hours.
If this issue is not actually resolved, please reopen it and add appropriate comments to help developers fix the issue.

Thanks,
  Jira Admin
Show
Auto Admin added a comment - 04/Oct/12 8:17 PM Due to a long period of inactivity (13 or more days), this issue is due to be automatically close within 24 hours. If this issue is not actually resolved, please reopen it and add appropriate comments to help developers fix the issue. Thanks,   Jira Admin
Hide
Permalink
Auto Admin added a comment - 05/Oct/12 8:17 PM
Since there has been no change to the status of this issue, it is being closed for inactivity

Thanks,
  Jira Admin


FreeSWITCH Support Contracts and Consulting Services available!

Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266


Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com

Show
Auto Admin added a comment - 05/Oct/12 8:17 PM Since there has been no change to the status of this issue, it is being closed for inactivity Thanks,   Jira Admin FreeSWITCH Support Contracts and Consulting Services available! Contact us: Email: consulting@freeswitch.org Web: http://www.freeswitch.org Phone: +1-918-420-9266 Tollfree: +1-877-742-2583 Fax: +1-918-420-9267 iNum: +883 5100 1420 9266 Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony! http://www.cluecon.com
Hide
Permalink
Git added a comment - 19/Oct/12 8:47 AM
Repository: freeswitch
Branch: refs/heads/video-media-bug
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: dujinfang@gmail.com

Comment:
FS-4343 --resolve


FreeSWITCH Support Contracts and Consulting Services available!

Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266


Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com

Show
Git added a comment - 19/Oct/12 8:47 AM Repository: freeswitch Branch: refs/heads/video-media-bug Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f Closed By: dujinfang@gmail.com Comment: FS-4343 --resolve FreeSWITCH Support Contracts and Consulting Services available! Contact us: Email: consulting@freeswitch.org Web: http://www.freeswitch.org Phone: +1-918-420-9266 Tollfree: +1-877-742-2583 Fax: +1-918-420-9267 iNum: +883 5100 1420 9266 Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony! http://www.cluecon.com
Hide
Permalink
Git added a comment - 19/Oct/12 8:52 AM
Repository: freeswitch
Branch: refs/heads/video-media-bug
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: dujinfang@gmail.com

Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen


FreeSWITCH Support Contracts and Consulting Services available!

Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266


Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com

Show
Git added a comment - 19/Oct/12 8:52 AM Repository: freeswitch Branch: refs/heads/video-media-bug Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15 Closed By: dujinfang@gmail.com Comment: FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen FreeSWITCH Support Contracts and Consulting Services available! Contact us: Email: consulting@freeswitch.org Web: http://www.freeswitch.org Phone: +1-918-420-9266 Tollfree: +1-877-742-2583 Fax: +1-918-420-9267 iNum: +883 5100 1420 9266 Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony! http://www.cluecon.com

People

  • Assignee:
    Jeff Lenk
    Reporter:
    Fuser
Vote (0)
Watch (3)

Dates

  • Created:
    25/Jun/12 1:53 AM
    Updated:
    19/Oct/12 8:52 AM
    Resolved:
    10/Sep/12 8:54 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA community license for OSTAG. Try JIRA - bug tracking software for your team.