Hello Everyone:
I downloaded Media Server v2.0.0 build 22912 to begin the process of testing some of our latest codec developments for streaming applications. (Note: I apologize, but I am fairly new to the low-level details around streaming protocols, architectures, embedding media in browsers, etc… (I come from the audio coding & signal processing (DSP) world :))
I can stream to iPhone without any issues (as per the Wowza MS2 Quick Start via HTTP using port 1935). To do this, I have created an Wiki page and then populate the page with media links that point to the Wowza install directory/conf/myApp… when I select the link the streaming server begins streaming to the iPhone and plays fine.
However, I am having trouble with streaming to a QuickTime player on another machine on the subnet. (via RTSP port 554 or via HTTP via port 1935). When I open the following URL on QT (http://192.168.1.108:1935/myApp/mp4:Extremists.m4v/playlist.m3u8) The Wowza Streaming Engine responds with:
INFO cupertino connect 1090978552 -
INFO stream create Extremists.m4v -
But, QT responds with “Alert The URL is no valid” (I configured QT for port 1935 via HTTP and have tried other URL variants w/o the .m3u8 tag/file, etc… without luck)
Also tried, RTSP via port 554 included the playlist.m3u8… without any luck. QT launches fine but indicates the connection failed and the live b’cast is paused. However, I noticed the following in the Wowza console:
INFO vhost comment defaultVHost Bind attempt ([any]:554)
WARN vhost comment defaultVHost Bind failed: ([any]:554): java.net.SocketException: Permission denied
I am not sure why the bind failed with port 554(?) (I don’t have any (known) port restrictions and have admin rights to the source server). Port 1935 binding was successful.
Note: my application.xml stream type is: rtp-live for the RTSP trial and default for the HTTP trials. These settings have not impacted my ability to play the media on the iPhone. (?)
I looked through the forums to try and resolve my issues but have not come across any threads that seem related.
I deeply appreciate any insight experts may have.
Also, are there better methods to simultaneously allow streaming to both mobile devices (iPhones, etc) and local PC machines (using a browser with QT, etc)?
Thank you.
Jeffrey