My disclaimer is that I'm very new to Wowza. If the solution is staring me in the face, please forgive me.
I have a live stream running but my Moto Droid (Froyo) does not see the RTSP stream. It didn't work with 2.1 either. VLC plays the stream, though not well at times.
I'm running Wirecast pushing out both a RTMP stream as well as an RTSP stream. Neither work for the Android. VLC plays the RTSP and iPhone plays the other just fine. The only issue is my Droid.
I've opened all the ports on the firewall that I could find listed in the docs and on the forums. At one point, I could get the audio for the stream but not the video. I added the following code to my Applications.xml file, and now nothing on the Android side works. I get a "video cannot be played" error.
<Property>
<Name>forceMPEGTSOut</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
<Property>
<Name>rtpWrapMPEGTS</Name>
<Value>true</Value>
<Type>Boolean</Type>
</Property>
The link to the stream is: rtsp://jtvmedia1.acntv.com/live/mystream.sdp
Thanks!


Reply With Quote
