[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 10:49:30 CEST 2006


Rob,

Are you sure this patch works? Because when applying and running vlc as 
VOD server I get this response from the amino STB (AmiNet 103) 
rtsp://192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase

SETUP rtsp://192.168.0.5 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 404 Not found
Content-Length: 320
Content-Type: text/html

<?xml version="1.0" encoding="us-ascii" ?><!DOCTYPE html PUBLIC 
"-//W3C//DTD  XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml10/DTD/xhtml10strict.dtd">
<html>
<head>
<title>Error 404</title>
</head>
<body>
<h1>404 Resource not found()</h1>
<hr />
<p><a href="http://www.videolan.org"> VideoLAN</a></p>
</body>
</html>

Rob Casey wrote:
> Attached is a patch against vlc-trunk which permits VLC to be used as a RTSP
> VOD server for Amino STBs.  The changes associated with this patch are as
> follows:
>  
> - Modify command sequence response header (from "Cseq" to "CSeq")
> - Add command-line option --rtsp-raw-mux to set mux for raw UDP streams
> - Add support for RTSP GET_PARAMETER command
>  
> This has allowed the configuration of VLC as a RTSP VOD server for Amino
> STBs using the following command line options:
>  
> vlc --intf=telnet --rtsp-host=0.0.0.0:554 --rtsp-raw-mux=ts
> --vlm-conf=/media/vlm.conf
>  
> And the media source for the Amino STBs is as follows:
>  
> type=VOD;servertype=MediaBase;src=rtsp://192.168.0.1:554//192.168.0.1:554/te
> st
>  
> Regards,
> Rob
>  
>  
>  
> Rob Casey
> Swish Interactive
> a division of The Swish Group Limited
> 170 Dorcas Street
> South Melbourne, Victoria 3205
> Australia
> [P] +61 3 9686 6640
> [F] +61 3 9686 6680
> [M] +61 401 460 490
> [E] rob.casey at swishgroup.com.au

Kind greetings,
Jean-Paul Saman.

-- 
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