Hi,<br><br>My company is doing audio over rtsp streaming to cellular phones (mostly Nokia), that have real player and are able to play hinted 3gp+amr stream. Currently we use Darwin streaming server to stream audio to the phones.
<br><br>I would like to use vlc for that, but currently can&#39;t even make vlc to vlc streaming (on Linux) to work:<br><ul><li>vlc version 0.8.6a-3 has samr support (compiled from source). Same version is installed both on client and on server. Client plays back a sample .3gp file perfectly. The sample .3gp file is hinted, has amr_wb codec and streams perfectly by Darwin.
<br><br></li><li>vlc server was launched as follows:<br>vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host <a href="http://192.168.11.18:554">192.168.11.18:554</a><br><br></li><li>And configured as follows:
<br>new Test vod enabled<br>setup Test input sample.3gp<br><br></li><li>Client was launched as follows<br>vlc rtsp://192.168.11.18/Test<br></li></ul>Then I got following error message on the client:<br>...<br>Need to read 241 extra bytes
<br>Read 241 extra bytes: v=0<br>o=- 1190060791025868 2 IN IP4 <a href="http://192.168.11.18">192.168.11.18</a><br>c=IN IP4 <a href="http://0.0.0.0">0.0.0.0</a><br>t=0 0<br>a=tool:vlc 0.8.6a<br>a=range:npt=0-230.360<br>m=audio 0 RTP/AVP 96
<br>a=rtpmap:96 AMR-WB/16000<br>a=fmtp:96 octet-align=1<br>a=control:rtsp://192.168.11.18:554/Test/trackID=0<br><br>Sending request: SETUP rtsp://192.168.11.18:554/Test/trackID=0 RTSP/1.0<br>CSeq: 8<br>Transport: RTP/AVP/TCP;unicast;interleaved=0-1
<br>User-Agent: VLC media player (LIVE555 Streaming Media v2007.02.20)<br><br>Received SETUP response: RTSP/1.0 461 Unsupported Transport<br>Server: VLC Server<br>Content-Length: 0<br>Cseq: 8<br>Cache-Control: no-cache<br>
<br>[00000268] live555 demuxer error: SETUP of&#39;audio/AMR-WB&#39; failed SETUP: cannot handle response: RTSP/1.0 461 Unsupported Transport<br>[00000268] live555 demuxer error: Nothing to play for rtsp://tester/Test<br>
[00000268] live555 demuxer error: TCP rollover failed, aborting<br>[00000256] main playlist: nothing to play<br>status change: ( stop state: 0 )<br><br>Any clues?<br><br>-- <br>Arieh