<div dir="ltr"><div>thanks for your response, my further comments interwoven with your below:</div><div><br></div><div>--------------------------------------------------</div><div>From: "Ross Finlayson" <<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>></div>
<div>Sent: Saturday, May 18, 2013 6:22 AM</div><div>To: "LIVE555 Streaming Media - development & use" <<a href="mailto:live-devel@ns.live555.com">live-devel@ns.live555.com</a>></div><div>Subject: Re: [Live-devel] newbie: several questions about openrtsp</div>
<div><br></div><div>>> I'm running centos 5 server - command line only</div><div>>> hi all, newbie here, firstly to my surprise openRTSP actually worked without too much hassle but did throw up a couple of problems.</div>
<div>> </div><div>> First, you should make sure that you have the latest version of the "LIVE555 Streaming Media" code:</div><div>> <a href="http://www.live555.com/liveMedia/faq.html#latest-version">http://www.live555.com/liveMedia/faq.html#latest-version</a></div>
<div><br></div><div>yeah that's the version I got,, /usr/local/include/liveMedia/liveMedia_version.hh shows:</div><div>#define LIVEMEDIA_LIBRARY_VERSION_STRING        "2013.04.30"</div><div><br></div><div><br>
</div><div>> </div><div>> </div><div>>> This is the command that works with my axis 207MW network camera:</div><div>>> openRTSP -d 20 rtsp://<user:password>@<cam-ip-afddr>/mpeg4/media.amp</div>
<div>>> The 20-second video file created has no extension but I can get the file to play by copying it to another location and adding .mp4 to the copy.</div><div>> </div><div>> The video file is a 'raw' (elementary stream) video file, and therefore is *not* a 'mp4'-format file - so you're lucky that you were able to play the file by adding '.mp4' to the filename :-)</div>
<div><br></div><div>ok, then I suppose the next job is to convert this raw file into a usable file that players can recognize and play but so far I haven't found a program designed to do this and I have tried a couple.  Can you recommend a program or procedure that will overcome this step?</div>
<div><br></div><div>> </div><div>>> However if I use -4 in the command the program throws back "mdatFloating point exception" and terminates.</div><div>> </div><div>> Unfortunately unless you can find a way for us to reproduce this ourselves, you're going to track down this problem yourself.</div>
<div><br></div><div>well it's just a bog-standard install of centos 5 server and I've squeezed google as much as I can on this error but to no avail. I also installed loads of extras from here:</div><div><a href="http://cumulusclips.org/docs/install-ffmpeg-x264-on-centos/">http://cumulusclips.org/docs/install-ffmpeg-x264-on-centos/</a></div>
<div>in the hope it would work but the error still persists. I did run the openRTSP install again after putting these extras in.</div><div><br></div><div>>> I did the google on this but there are no clear answers. If I add -i the program does create an avi but the resultant file crashes all my players.</div>
<div>> </div><div>> This, then is apparently a bug in these media player applications, so you'd need to report this to the organizations that develop those applications.</div><div><br></div><div>I can't see the media player creators ever agreeing to such a bug in their players, multiple player all point to the video file being broken which takes me back to my previous comment about an application specifically designed to convert the openRTSP file into a usable format.</div>
<div><br></div><div>>>  Am I missing some component?</div><div>> </div><div>> No.</div><div>> </div><div>> </div><div>>> Also the audio file is silent. I don't know what kind of audio file rtsp is generating because the filename has no extension</div>
<div>> </div><div>> The audio file (like the video file) will be a 'raw' (elementary stream) file, so it's not surprising that media players can't handle it.  You can deduce the type of audio from the file name (whatever it is; you didn't say).</div>
<div><br></div><div>the audio file generated in called 'audio-MPEG4-GENERIC-2' and the video file is named video-MP4V-ES-1. So far nothing I've found will bring sound out of it.</div><div>Again thanks for your iniital response and any further light you can shed. I've love to bring opeRTSP up to being a usable application if I can.<br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 18, 2013 at 6:22 AM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div class="im"><blockquote type="cite"><div dir="ltr">I'm running centos 5 server - command line only<div>
hi all, newbie here, firstly to my surprise openRTSP actually worked without too much hassle but did throw up a couple of problems.</div></div></blockquote><div><br></div></div>First, you should make sure that you have the latest version of the "LIVE555 Streaming Media" code:</div>
<div><span style="white-space:pre-wrap">  </span><a href="http://www.live555.com/liveMedia/faq.html#latest-version" target="_blank">http://www.live555.com/liveMedia/faq.html#latest-version</a></div><div><br></div><div><br>
</div><div><div class="im"><blockquote type="cite"><div dir="ltr"><div>This is the command that works with my axis 207MW network camera:</div>
<div>openRTSP -d 20 rtsp://<user:password>@<cam-ip-afddr>/mpeg4/media.amp<br></div><div>The 20-second video file created has no extension but I can get the file to play by copying it to another location and adding .mp4 to the copy.</div>
</div></blockquote><div><br></div></div>The video file is a 'raw' (elementary stream) video file, and therefore is *not* a 'mp4'-format file - so you're lucky that you were able to play the file by adding '.mp4' to the filename :-)</div>
<div><br></div><div><div class="im"><br><blockquote type="cite"><div dir="ltr">
<div>However if I use -4 in the command the program throws back "mdatFloating point exception" and terminates.</div></div></blockquote><div><br></div></div>Unfortunately unless you can find a way for us to reproduce this ourselves, you're going to track down this problem yourself.</div>
<div><br></div><div><div class="im"><br><blockquote type="cite"><div dir="ltr"><div> I did the google on this but there are no clear answers. If I add -i the program does create an avi but the resultant file crashes all my players.</div>
</div></blockquote><div><br></div></div>This, then is apparently a bug in these media player applications, so you'd need to report this to the organizations that develop those applications.</div><div><br></div><div><div class="im">
<br><blockquote type="cite"><div dir="ltr"><div>  Am I missing some component?</div></div></blockquote><div><br></div></div>No.</div><div><br></div><div><div class="im"><br><blockquote type="cite"><div dir="ltr">
<div>Also the audio file is silent. I don't know what kind of audio file rtsp is generating because the filename has no extension</div></div></blockquote><div><br></div></div>The audio file (like the video file) will be a 'raw' (elementary stream) file, so it's not surprising that media players can't handle it.  You can deduce the type of audio from the file name (whatever it is; you didn't say).</div>
<span class="HOEnZb"><font color="#888888"><br><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>