rtsp streaming to Aminet 110

About encoding, codec settings, muxers and filter usage
klingler
Blank Cone
Blank Cone
Posts: 26
Joined: 13 Feb 2005 14:23
Contact:

rtsp streaming to Aminet 110

Postby klingler » 24 Feb 2005 12:25

Just received a nice Aminet 110 box last week and trying now to stream via vlc to it...

In the vlc documentation it says that the Aminet boxes can receive streams from vlc...does it only mean multicast igmp streams or should rtsp also work?

Can't get to receive any rtsp streamss from vlc...multicast is fine..


rick

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 24 Feb 2005 12:42

rtsp is kind of broken in aminet 110. It doesn't follow the standard. That explains why it doesn't work with VLC.

Guest

Postby Guest » 24 Feb 2005 16:40

you can use your amino reciving multicast using in the chanel list

igmp://224.1.1.1:1234


or unicast putting

udp://192.168.1.x:1234

klingler
Blank Cone
Blank Cone
Posts: 26
Joined: 13 Feb 2005 14:23
Contact:

Postby klingler » 24 Feb 2005 17:03

igmp://224.1.1.1:1234
As already mentioned above..this works...

or unicast putting

udp://192.168.1.x:1234
I can't just send UDP packets to the Aminet box!!!


rick

klingler
Blank Cone
Blank Cone
Posts: 26
Joined: 13 Feb 2005 14:23
Contact:

Postby klingler » 24 Feb 2005 18:15

Hmm..so far only mp3 http streaming and multicast udp streaming seems to work on the Aminet...

Also the live.com RTSP implementation doesn't work...

krytpon
New Cone
New Cone
Posts: 3
Joined: 01 Mar 2005 06:43

Postby krytpon » 01 Mar 2005 06:59

I tried getting a AmiNet from AminoCom and they said they dont sell single units. How did you get yours?

klingler
Blank Cone
Blank Cone
Posts: 26
Joined: 13 Feb 2005 14:23
Contact:

Postby klingler » 01 Mar 2005 16:22

Bought mine from netaccess.se which is a distributor for Scandinavian area...

Well..took some time from Aminocom to get this information...and don't expect anything else from them...asked them several times regarding flash upgrades and just dead-cow silence..

Anyway..since IBM has dropped the mpeg2 chips I don't think there will be much happening on this platform...

Maybe I can convince them to play distributor for the private market in Europe (o;


rick

.

klingler
Blank Cone
Blank Cone
Posts: 26
Joined: 13 Feb 2005 14:23
Contact:

Postby klingler » 02 Mar 2005 00:08

Who has some insights in the rtsp implementation of VLC?

Is it mostly handled by live.vom library code? Or is there room for some AminNet hacking inside vlc? (o;

I still get "URL" not found although URL looks okay:

Code: Select all

[00000226] main private debug: new connection (10.0.1.11) peek=SETU received new request=SETUP rtsp:/test/test RTSP/1.0 CSeq: 1 Transport: MP2T/H2221/UDP;unicast;destination=10.0.1.11;client_port=11111 range: npt=0- x-mayNotify: x-playNow: received new request - proto=RTSP - version=0 - msg=8 - url=/test - option name='CSeq' value='1' - option name='Transport' value='MP2T/H2221/UDP;unicast;destination=10.0.1.11;client_port=11111' - option name='range' value='npt=0-' - option name='x-mayNotify' value='' - option name='x-playNow' value='' sending answer RTSP/1.0 404 Not found Content-Length: 181

__mami_

Postby __mami_ » 09 Mar 2005 14:10

Dear friend,
Yes, it seems that aminet110 has problem with rtsp,
however, i have go one step more that the above info,
set the video server in aminet to ncube video server,
then at your aminet fresco location bar enter the address of the server:

rtsp://address:port//address:port/streamname

look at the format of the above command, it is unusual , but the vlc server will answer with 200 OK! and not 404 file not found.
how ever, no movie will be played again , and i do not know what can i do more. :? :wink:

klingler
Blank Cone
Blank Cone
Posts: 26
Joined: 13 Feb 2005 14:23
Contact:

Postby klingler » 09 Mar 2005 14:19

Well...the documentation says about Aminet 110:


rtsp://x.x.x.x:port/program/movie

and at the VLC side the URL "/movie" is used...you don't need to put an IP address/port number in between..just some string.

RFASIC

Postby RFASIC » 16 Mar 2005 09:45

Hi all !

I also got an Aminet103 with its IR pc keyboard from one of my friends and i am a little bit surprised by the fact that I can only send a Unicast stream in order to see something on the Aminet slave screen !!
So Udp://192.168.xx.xx:1234 is OK

But when i send the same video TS stream to a Multicast address I always get a black screen.
So Udp://@239.255.xx.xx:1234 is NOK

Should i try IGMP://224.255.xx.xx:1234 as proposed by Anonymous ???
(whith VLC set as Udp://@224.255.xx.xx:1234).

The only information I got about Aminet box are the passwords to enter and leave the parameters menu of the box (my friend forgot to give me the manual !!)

Ps: I also have the same black screen with HTTP.

Any suggestion ??
Thanks.

Eric

klingler
Blank Cone
Blank Cone
Posts: 26
Joined: 13 Feb 2005 14:23
Contact:

Postby klingler » 16 Mar 2005 16:07

You need to set the URL in the Aminet (at least ofr my 110) to igmp://x.x.x.x:yyyy/

RFASIC

Postby RFASIC » 16 Mar 2005 23:33

Thank you kingler, you are right: igmp:// ............. must be used instead of udp://@...........

__mami__

Postby __mami__ » 04 Apr 2005 14:51

ok, so no solution till now,
I think that VOD is not possible with VLC and aminet, your should provide one of those video servers suggested by amino, or, you should build your own video server. I have developed one for my own uses, using python.

paul_ca
Blank Cone
Blank Cone
Posts: 23
Joined: 11 Feb 2005 00:14

Postby paul_ca » 02 Jun 2005 23:50

I have tested amiNET110 STB, you can not use it to received rtp stream.
however, the VLC use live.com rtsp library, which packetize the data into rtp packet when using RTSP. About the RTSP of amiNET110 STB, it is not implemented in standard way. It is not good.

Guest

Postby Guest » 18 Jun 2005 03:25

Forget Aminet (103 or 110) ....

They don´t work properly :cry:

Guest

Postby Guest » 20 Jun 2005 23:24

http://lists.live.com/pipermail/live-de ... 02542.html

i have not tested it yet, but it should be working - at least - in the near future.

O.K.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 8 guests