Here is the url used to connect with vlc: http://10.254.41.101/sdp/mpu001_ch2_dest0.sdp
Here is the vlc codec info:
Stream 0
Type: Video
Codec: MPEG-4 Video (mp4v)
Resolution: 353x240
Frame rate: 30
Decoded format: Planar 4:2;0 YUV
Looking further at the tech specs it says the output is MPEG-4 part 2.
I’ll go read the transcoder links now…
OK, I’ve got to step 5 [Start Wowza Media Server] (which worked fine) but I don’t know which of the following tutorials to follow next:
With this setup, you can now follow one of the following live streaming tutorials to further modify [install-dir]/conf/live/Application.xml and then send a stream from your encoder to Wowza Media Server for transcoding:
How to set up live streaming using an RTMP-based encoder
How to set up live streaming using an RTSP/RTP based encoder
How to publish and play a live stream (MPEG-TS based encoder)
How to set up live streaming using a native RTP encoder with SDP file
How to re-stream video from an IP camera (RTSP/RTP re-streaming)
How to do basic server-side publishing with Stream class streams
FYI - I had to change the following in the application.xml file:
Set the Transcoder/LiveStreamTranscoder value to:
Code:
transcoder
If the incoming stream is MPEG-2 or MPEG-4 Part 2 video and requires transcoding to H.264 and AAC for delivery to supported player technologies such as Adobe® Flash® Player, Apple® iOS devices, and Microsoft® Silverlight®, set the Transcoder/Templates value to:
Code:
${SourceStreamName}.xml,transcode.xml
[was ${SourceStreamName}.xml,transrate.xml ]
restart wowza
Thanks,
Casey