QTUtils.parseQTMediaContainer: File is missing 'moov' atom
I have verified that streamtype is rtp-live in my app config file....
<StreamType>rtp-live</StreamType>
what am I missing here...
QTUtils.parseQTMediaContainer: File is missing 'moov' atom
I have verified that streamtype is rtp-live in my app config file....
<StreamType>rtp-live</StreamType>
what am I missing here...
The instructions for native RTP streaming are here. You need to use the stream manager to start the stream. You will be using the live stream type. It is a bit different for the iPhone.
http://www.wowzamedia.com/forums/showthread.php?t=6469
Charlie
i have made the changes....now I am getting this...
HTTPStreamerAdapterCupertinoStreaming.getAppInstan ce: Stream not found [live/comedynet_profile6.sdp/playlist.m3u8]: comedynet_profile6.sdp
I have this is Startupstreams.xml
<StartupStream>
<Application>live</Application>
<MediaCasterType>rtp</MediaCasterType>
<StreamName>comedynet_profile6.sdp</StreamName>
</StartupStream>
<StartupStream>
<Application>live</Application>
<MediaCasterType>rtp</MediaCasterType>
<StreamName>comedynet_profile8.sdp</StreamName>
</StartupStream>
and this is where you find the SDP files (in live/Application.xml)
<Streams>
<StreamType>live</StreamType>
<StorageDir>/mobile/content/tv/sdp</StorageDir>
and I see the streams running using the streammanager UI....