<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>  <head>  <META http-equiv=Content-Type content="text/html; charset=iso-8859-2">  <style>  </style>  </head>  <body style="background: #FFFFFF; font-family: arial; font-size: 10pt; margin: 0px; padding: 0px;"><DIV>Hello everybody,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have some questions.</DIV>
<DIV>First of all I failed to use openRTSP.&nbsp;I used the "testMPEG2TransportStreamer" to stream "test.ts" file and I can receive it with VLC, but a I can't with openRTSP.</DIV>
<DIV>I started the openRTSP from the command line with this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>openRTSP "rtp://239.255.42.42/test.ts"</DIV>
<DIV>or</DIV>
<DIV>
<DIV>openRTSP "rtp://239.255.42.42:1234"</DIV>
<DIV>&nbsp;</DIV>
<DIV>but I get this error: "Failed to get a SDP description from URL..."</DIV>
<DIV>&nbsp;</DIV>
<DIV>Secondly, I have a project.</DIV>
<DIV>&nbsp;</DIV>
<DIV>In this project I have to write an application, that receive an mpeg2 ts over rtp and use it az input.</DIV>
<DIV>The second application (what's want the ts input) default open ts file from a file with FOPEN and store in "FILE* Fp", then regulary fill a buffer with "fread" command (<FONT size=2>NumBytes = fread(Buf, 1, BUFSIZE, fp)) from the "fp".</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>So basically I need to make a FIFO where the openRTSP put the data and the fread read from.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks a lot,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Peter</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></DIV></body></html>