<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I'm working on an embedded Live streaming platform.<br>
<br>
I've cross-compiled live555 with a SoC toolchain, using<b> -DLOCALE_NOT_USED</b> and adjusting compiler name (these are the only changes I made).<br>
<br>
Now I tried to run <b>testH264VideoStreamer </b>with a test.264 file and using <b>
openRTSP </b>tool to receive the stream.<br>
<br>
<br>
./openRTSP rtsp://192.168.31.102:8554/testStream<br>
<br>
results in:<br>
<br>
<i>Opening connection to 192.168.31.102, port 8554...<br>
...remote connection opened<br>
Sending request: OPTIONS rtsp://192.168.31.102:8554/testStream RTSP/1.0<br>
CSeq: 2<br>
User-Agent: ./openRTSP (LIVE555 Streaming Media v2015.06.11)</i><br>
<br>
<br>
followed by some received bytes and requests and finally<br>
<br>
<br>
<i>Received 192 new bytes of response data.<br>
Received a complete PLAY response:<br>
RTSP/1.0 200 OK<br>
CSeq: 5<br>
Date: Mon, Jun 29 2015 17:11:31 GMT<br>
Range: npt=0.000-<br>
Session: 6C315064<br>
RTP-Info: url=rtsp://192.168.31.102:8554/testStream/track1;seq=46799;rtptime=3977882759<br>
<br>
<br>
Started playing session</i><br>
<br>
but the created openRTSP output file is empty.<br>
<br>
<br>
Using <b>testOnDemandRTSPServer</b>, openRTSP <b>does receive packets</b>, so I guess it's not a problem of firewall settings?<br>
<br>
<br>
What are possible reasons for this behaviour?<br>
What are the essential differences between testOnDemandRTSPServer and testH264VideoStreamer regarding the sending and receiving part?<br>
What might be system or platform depending factors? (all the streaming samples worked for my typical pc platforms where I already coded a working live image streaming based on testH264VideoStreamer sample server settings)<br>
<br>
<br>
Thanks in advance<br>
<br>
Michael<br>
<br>
</div>
</body>
</html>