<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-CA link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='color:#1F497D'>Hi again,<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I believe I solved the errors with the streaming. I changed one command line argument for avconv using –f h264 instead of flv, as the comments in testOnDemandRTSPServer mention h.264 video elementary stream.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>I will review the  FAQ to address my next issue; streaming live video, or stream from a pipe.<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Regards,<o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'>Daniel <o:p></o:p></span></p><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-language:EN-CA'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-language:EN-CA'> Daniel Labonte <br><b>Sent:</b> June-26-14 1:18 PM<br><b>To:</b>       '<br><b>Subject:</b> Errors on client side when using vlc as media player<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Good afternoon,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>my current project involves sampling video transmitted in real-time (in this case a test pattern) and stream these images to be viewed remotely on a client computer.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The environment is a Ubuntu 12.04 64bit machine. Tests were done using a physical server and a virtual machine.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>For the current prototype, the captured images are put into an .avi container using openCV, the output being a named pipe (pleoraFIFO.avi).<o:p></o:p></p><p class=MsoNormal>This avi file is then converted using avconv to produce a H264 format video. The actual command and arguments used is:<o:p></o:p></p><p class=MsoNormal>    avconv -i ./pleoraFIFO.avi -vcodec libx264 -an  -f flv test.264<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The idea is then to stream the file test.264 using live555. I tried different approaches; live555MediaServer, testONDemandRTSPServer,<o:p></o:p></p><p class=MsoNormal>testH264VideoStreamer and a modified version of testONDemandRTSPServer where only test.264 is streamed. Regardless of the live555<o:p></o:p></p><p class=MsoNormal>executable used, I am unable to view the video stream on a client.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Note that the file test.264.can be viewed using a media player (totem or vlc) on the server. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have attached different stats/log information related to test.264 and information reported by testRTSPCLient and openRTSP on the client side.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>If vlc is used on the server to stream the video. the following errors are reported:<o:p></o:p></p><p class=MsoNormal>    vlc test.264 --sout '#rtp{dst=192.168.0.12,port=1234,sdp=rtsp://192.168.129.102:8080/test.sdp}' <o:p></o:p></p><p class=MsoNormal>    VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b)<o:p></o:p></p><p class=MsoNormal>    [0x8703f8] logger interface: using logger.<o:p></o:p></p><p class=MsoNormal>    [0x792108] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.<o:p></o:p></p><p class=MsoNormal>    [0x7f02e00012c8] stream_out_rtp stream out: Consider passing --rtsp-host=IP on the command line instead.<o:p></o:p></p><p class=MsoNormal>    [flv @ 0x7f0314c1ebc0] Estimating duration from bitrate, this may be inaccurate<o:p></o:p></p><p class=MsoNormal>    [flv @ 0x7f02e00027a0] Estimating duration from bitrate, this may be inaccurate<o:p></o:p></p><p class=MsoNormal>    [0x7f02e0c10278] main demux error: option sub-original-fps does not exist<o:p></o:p></p><p class=MsoNormal>    [0x7f0304000b78] main input error: no suitable demux module for `file/subtitle:///home/builduer/samples/eppGateway//test264.txt'<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>although the streamed video can be viewed using vlc rtsp on the client side<o:p></o:p></p><p class=MsoNormal>    vlc rtsp://192.168.129.102:8080/test.sdp<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I am confused as to why I experience the reported errors streaming using live555 media server applications and your help/comments are welcome.<o:p></o:p></p><p class=MsoNormal>I downloaded and build live555 version dated May 27, 2014.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Regards<o:p></o:p></p><p class=MsoNormal>Daniel<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10px">
<P style="MARGIN: 0px"><SPAN 
style="FONT-SIZE: 13px">_______________________</SPAN></P>
<P style="MARGIN: 0px"><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 13px">Daniel Labonte</SPAN></P>
<P style="MARGIN: 0px"><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 13px">Senior Software Designer</SPAN></P>
<P style="MARGIN: 0px"><SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 10px"></SPAN> <SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 11px"><SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 11px"><SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 11px"><SPAN 
style="FONT-FAMILY: Arial; COLOR: red; FONT-SIZE: 10px"><SPAN 
style="FONT-FAMILY: Arial; COLOR: black"><SPAN 
style="FONT-SIZE: 11px"><STRONG> </STRONG></P>
<P style="MARGIN: 0px"><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 13px"><SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 13px"><SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 13px"><STRONG><SPAN 
style="FONT-SIZE: 13px">Pleora Technologies 
Inc.</SPAN></STRONG></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></P>
<P style="MARGIN: 0px"><SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 12px">Tel: +1-613-270-0625 | <SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 12px">Fax: +1-613-270-1425</SPAN></P></SPAN>
<P style="MARGIN: 0px"><SPAN 
style="FONT-FAMILY: Arial; COLOR: #0000ff; FONT-SIZE: 12px">Daniel.Labonte@pleora.com <SPAN 
style="COLOR: black; FONT-SIZE: 12px">|</SPAN> </SPAN><SPAN 
style="FONT-FAMILY: Arial; COLOR: #0000ff; FONT-SIZE: 12px">www.pleora.com </SPAN></P>
<P style="MARGIN: 0px"><SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 10px"></SPAN> </P><SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 10px"><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #17375e; FONT-SIZE: 11pt; mso-ansi-language: EN-CA" 
lang=EN-CA><SPAN><STRONG><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #17375e; FONT-SIZE: 11pt; mso-ansi-language: EN-CA" 
lang=EN-CA>
<P style="MARGIN: 0in 0in 0pt; BACKGROUND: white" class=MsoNormal><STRONG><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: #17375e; mso-ansi-language: EN-CA" 
lang=EN-CA>Discover the Next Generation of Video Interfaces</SPAN></STRONG><SPAN 
style="COLOR: #17375e; mso-ansi-language: EN-CA" 
lang=EN-CA><o:p></o:p></SPAN></P>
<P style="MARGIN: 0in 0in 0pt; BACKGROUND: white" 
class=MsoNormal></SPAN></STRONG></SPAN><SPAN class=msid722><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; FONT-SIZE: 11pt; mso-ansi-language: EN-CA" 
lang=EN-CA><SPAN class=msid722><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; mso-ansi-language: EN-CA" 
lang=EN-CA><SPAN class=msid722><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; mso-ansi-language: EN-CA" 
lang=EN-CA><STRONG><SPAN class=msid722><B><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; mso-ansi-language: EN-CA" 
lang=EN-CA><SPAN class=msid722><B><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; mso-ansi-language: EN-CA" 
lang=EN-CA></SPAN></B></SPAN></SPAN></B></SPAN><SPAN class=msid722><B><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; mso-ansi-language: EN-CA" 
lang=EN-CA></SPAN></B></SPAN><B><SPAN 
style="COLOR: black; mso-ansi-language: EN-CA" 
lang=EN-CA><o:p></o:p></SPAN></B> </P></STRONG></SPAN></SPAN><SPAN 
class=msid722><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; mso-ansi-language: EN-CA" 
lang=EN-CA></SPAN></SPAN><SPAN><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; mso-ansi-language: EN-CA" 
lang=EN-CA>
<P style="MARGIN: 0in 0in 0pt" class=MsoNormal><SPAN class=msid722><I><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; FONT-SIZE: 9pt; mso-ansi-language: EN-CA" 
lang=EN-CA>We’ve Moved!  Please note our new 
address:</SPAN></I></SPAN><SPAN style="mso-ansi-language: EN-CA" 
lang=EN-CA><o:p></o:p></SPAN></P>
<P style="MARGIN: 0in 0in 0pt" class=MsoNormal><SPAN class=msid722><I><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; FONT-SIZE: 9pt; mso-ansi-language: EN-CA" 
lang=EN-CA>340 Terry Fox Drive, Suite 300</SPAN></I></SPAN><SPAN 
style="mso-ansi-language: EN-CA" lang=EN-CA><o:p></o:p></SPAN></P>
<P style="MARGIN: 0in 0in 0pt" class=MsoNormal><SPAN class=msid722><I><SPAN 
style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: black; FONT-SIZE: 9pt; mso-ansi-language: EN-CA" 
lang=EN-CA>Kanata, Ontario  K2K 3A2</SPAN></I></SPAN><SPAN 
style="mso-ansi-language: EN-CA" lang=EN-CA><o:p></o:p></SPAN></P>
<P style="MARGIN: 0in 0in 0pt" class=MsoNormal></SPAN><o:p 
style="MARGIN: 0px"></o:p></SPAN> </P></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN>
<P style="MARGIN: 0in 0in 0pt" class=MsoNormal><B><I><SPAN 
style="COLOR: #4f81bd"><FONT face=Arial><o:p 
style="MARGIN: 0px"> </o:p></FONT></SPAN></I></B></P><SPAN 
style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 7.5pt; mso-fareast-font-family: 'Times New Roman'">
<P style="MARGIN: 0in 0in 0pt" class=MsoPlainText><FONT size=3><SPAN 
style="COLOR: #999999; FONT-SIZE: 8px">This communication contains confidential 
information intended only for the addressee(s). If you have received this 
communication in error, please notify us immediately and delete this 
communication from your mail box.</SPAN></FONT></P></SPAN><br></body></html>