No subject


Wed Aug 5 14:32:43 CEST 2015


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=3DVOD;servertype=3DMed=
iaBase

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.

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

Regards,
Rob


-----Original Message-----
From: Jean-Paul Saman [mailto:jean-paul.saman at planet.nl]
Sent: Thu 4/27/2006 6:49 PM
To: vlc-devel at videolan.org
Subject: Re: [vlc-devel] Patch for SVN vlc-trunk for Amino STB VOD =
support
=20
Rob,

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

SETUP rtsp://192.168.0.5 RTSP/1.0
CSeq:1
User-Agent: MBASE_MPEG_PLAYER_KA
Transport: =
RAW/RAW/UDP;unicast;destination=3D192.168.0.19;client_port=3D11111;
x-mayNotify:
x-playNow:

RTSP/1.0 404 Not found
Content-Length: 320
Content-Type: text/html

<?xml version=3D"1.0" encoding=3D"us-ascii" ?><!DOCTYPE html PUBLIC=20
"-//W3C//DTD  XHTML 1.0 Strict//EN"=20
"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=3D"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:
> =20
> - 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
> =20
> This has allowed the configuration of VLC as a RTSP VOD server for =
Amino
> STBs using the following command line options:
> =20
> vlc --intf=3Dtelnet --rtsp-host=3D0.0.0.0:554 --rtsp-raw-mux=3Dts
> --vlm-conf=3D/media/vlm.conf
> =20
> And the media source for the Amino STBs is as follows:
> =20
> =
type=3DVOD;servertype=3DMediaBase;src=3Drtsp://192.168.0.1:554//192.168.0=
.1:554/te
> st
> =20
> Regards,
> Rob
> =20
> =20
> =20
> 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.


------_=_NextPart_001_01C669E0.D89CF61D
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7226.0">
<TITLE>RE: [vlc-devel] Patch for SVN vlc-trunk for Amino STB VOD =
support</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>Jean-Paul,<BR>
<BR>


More information about the vlc-devel mailing list