[vlc-devel] Re: Patch for SVN vlc-trunk for Amino STB VOD support
Jean-Paul Saman
jean-paul.saman at planet.nl
Thu Apr 27 21:11:50 CEST 2006
Rob Casey wrote:
> Jean-Paul,
>
>>From the dump that you have included, it would appear that an incomplete RTSP URL has been passed through to the VLC VOD interface (SETUP rtsp://192.168.0.5 RTSP/1.0 - Notice the lack of path information). In order to get the AmiNet 103 to send through a correctly fashioned request, I believe the following is the correct source URL that you will need to use:
> rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase
>
> Note the double slash and repeat of the hostname before the path information - I am not entirely sure why this is the format which should be used, but was found through some work with a sample player HTML/Javascript page made available through Amino Support.
The double slash was the problem. The AminNet 103 seems to be very picky
about that ;-(
> For what it's worth, I have had this patch running successfully throughout today using a AmiNet 120 (although I can test it up against AmiNet 103/110H/500 models tomorrow if it would help).
I am sure you don't because there is a typo in the patch it doesn't
apply clean ;-)
It works now. Thanks for your patch.
Kind greetings,
Jean-Paul Saman.
-----
SETUP rtsp://192.168.0.5:5554/test RTSP/1.0
CSeq:1
User-Agent: MBASE_MPEG_PLAYER_KA
Transport: RAW/RAW/UDP;unicast;destination=192.168.0.19;client_port=11111;
x-mayNotify:
x-playNow:
RTSP/1.0 200 OK
Transport: RAW/RAW/UDP;client_port=11111-11112
Server: VLC Server
Content-Length: 0
CSeq: 1
Cache-Control: no-cache
Session: 499666568;timeout=5
PLAY rtsp://192.168.0.5:5554/test RTSP/1.0
CSeq: 2
Session: 499666568
Range: npt=0.000-
Scale: 1.000000
RTSP/1.0 200 OK
Server: VLC Server
Content-Length: 0
CSeq: 2
Cache-Control: no-cache
Session: 499666568;timeout=5
GET_PARAMETER rtsp://192.168.0.5:5554/test RTSP/1.0
CSeq: 3
Session: 499666568
RTSP/1.0 200 OK
Server: VLC Server
Content-Length: 0
CSeq: 3
Cache-Control: no-cache
GET_PARAMETER rtsp://192.168.0.5:5554/test RTSP/1.0
CSeq: 4
Session: 499666568
RTSP/1.0 200 OK
Server: VLC Server
Content-Length: 0
CSeq: 4
Cache-Control: no-cache
GET_PARAMETER rtsp://192.168.0.5:5554/test RTSP/1.0
CSeq: 5
Session: 499666568
RTSP/1.0 200 OK
Server: VLC Server
Content-Length: 0
CSeq: 5
Cache-Control: no-cache
GET_PARAMETER rtsp://192.168.0.5:5554/test RTSP/1.0
CSeq: 6
Session: 499666568
RTSP/1.0 200 OK
Server: VLC Server
Content-Length: 0
CSeq: 6
Cache-Control: no-cache
GET_PARAMETER rtsp://192.168.0.5:5554/test RTSP/1.0
CSeq: 7
Session: 499666568
RTSP/1.0 200 OK
Server: VLC Server
Content-Length: 0
CSeq: 7
Cache-Control: no-cache
TEARDOWN rtsp://192.168.0.5:5554/test RTSP/1.0
CSeq: 8
Session: 499666568
RTSP/1.0 200 OK
Server: VLC Server
Content-Length: 0
CSeq: 8
Cache-Control: no-cache
Session: 499666568;timeout=5
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list