[Help REQ] rtmp streaming error

About encoding, codec settings, muxers and filter usage
Iluvatar
New Cone
New Cone
Posts: 3
Joined: 18 Mar 2007 05:43

[Help REQ] rtmp streaming error

Postby Iluvatar » 17 Jan 2008 06:04

I am trying to stream and save a video, from the net, located at:
http://www.nttdocomo.co.jp/english/corp ... index.html

From the page source, the file appears to be located at:
[url]rtmp://fcs-nttdocomo_cm.stream.co.jp/nttdocomo_cm/_definst_/cm/060317/m_life_e.flv[/url]

I have set up VLC to stream it, display locally and save to a file. However, I get the following error:
Unable to open 'rtmp://fcs-nttdocomo_cm.stream.co.jp/nttdocomo_cm/_definst_/cm/060317/m_life_e.flv'
and in the messages log:
main error: no suitable access module for `rtmp://fcs-nttdocomo_cm.stream.co.jp/nttdocomo_cm/_definst_/cm/060317/m_life_e.flv'

I was under the (mis)understanding that I could stream rtmp protocols or am I completely deluded? Can anyone enlighten and educate me? :?:

Any help would be greatly appreciated. :?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: [Help REQ] rtmp streaming error

Postby Jean-Baptiste Kempf » 17 Jan 2008 06:08

rtmp isn't implemented in vlc.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

erezl
New Cone
New Cone
Posts: 7
Joined: 13 Jan 2008 13:30

Re: [Help REQ] rtmp streaming error

Postby erezl » 29 Jan 2008 09:32

Is there an intention to implement it?

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: [Help REQ] rtmp streaming error

Postby Jean-Baptiste Kempf » 29 Jan 2008 18:38

Yes. Someone is working on it. A patch was here today on the ml.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

pt-1
New Cone
New Cone
Posts: 4
Joined: 23 Jan 2006 12:37
Location: UK / LONDON

Re: [Help REQ] rtmp streaming error

Postby pt-1 » 19 Feb 2008 19:05

Is there any more progress with this ?

It would be nice to use VLC to play BBC UK iPlayer Streams

Andrey.Hohutkin
New Cone
New Cone
Posts: 2
Joined: 21 Feb 2008 18:40

Re: [Help REQ] rtmp streaming error

Postby Andrey.Hohutkin » 21 Feb 2008 18:47

There is a bit progress with rtmp.
I've already built vlc with this new module.
VLC uses ffmpeg to decode flv stream so it needs someone to patch ffmpeg too.
I've got a patch for ffmpeg too and built it.
Now I have VLC which can play rtmp stream for a 30-300 secs without sound. Only video.
I'm working on it trying to help to that brave man which wrote rtmp implementation for VLC.
It is still in development status.

darkexcoriater
New Cone
New Cone
Posts: 1
Joined: 04 Apr 2008 08:13

Re: [Help REQ] rtmp streaming error

Postby darkexcoriater » 04 Apr 2008 08:41

Hello every one,
I have been woking on a RTMP client but cant seem to make the video run the server starts by only streaming audio

user411
Blank Cone
Blank Cone
Posts: 10
Joined: 26 Mar 2008 22:47

Re: [Help REQ] rtmp streaming error

Postby user411 » 09 Apr 2008 20:10

Andrey.Hohutkin, are you implying that soon we will be able to specify access=rtmp? That is, is RTMP output streaming getting worked on in VLC?

I think I have a similar problem to darkexcoriater. When I use the line associated with a streamed h.264/mp3 file:

vlc --sout "#transcode{vcodec=FLV1,acodec=mp3,samplerate=11025}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8080/stream.flv}" rtsp://127.0.0.1:554/sample_h264_100kbit.mp4 --sout-transcode-hurry-up --sout-transcode-high-priority --high-priority --repeat --color -I dummy -vvv

I can receive the audio in Flash/Flex with

NetConnection nc = new NetConnection( null );
... setup nc listeners ...
NetStream ns = new NetStream( nc );
... setup ns listeners ...
ns.play( "http://127.0.0.1:8080/stream.flv" );

I never receive video, whether I specify vcodec=H264 or vcodec-FLV1 in the transcode tag above. Both ways I receive audio.

I'm running with the 3/22 nightly build on Windows.

Andrey.Hohutkin
New Cone
New Cone
Posts: 2
Joined: 21 Feb 2008 18:40

Re: [Help REQ] rtmp streaming error

Postby Andrey.Hohutkin » 10 Apr 2008 13:01

No. Only RTMP as input source is developing now.

jpstrikesback
Blank Cone
Blank Cone
Posts: 10
Joined: 16 Apr 2008 19:22

Re: [Help REQ] rtmp streaming error

Postby jpstrikesback » 22 Apr 2008 23:10

Andrey,

RE: This build with RTMP input is potentilaly going to enable one to:

Stream RTMP from Flash Player 9.0.124 to VLC

Receive RTMP stream and Transcode to multiple RTSP stream outs.

Am I correct? How far off are you?

Thanks,
Jon

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

Re: [Help REQ] rtmp streaming error

Postby dionoea » 23 Apr 2008 10:59

You are correct. Note that a patch to implement RTMP server side has been posted to the vlc-devel@ mailing list and should be committed soon.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

mark.sch
New Cone
New Cone
Posts: 1
Joined: 05 Jun 2008 12:26

Re: [Help REQ] rtmp streaming error

Postby mark.sch » 05 Jun 2008 12:34

Sounds promising. With this announced server patch (Nightly already available?), will VLC get the possibility to connect against running rtmp servers like Red5? Scenario: Take a stream, transcode to H.263 / VP6, act as rtmp client and connect/broadcast to a server via rtmp://myflashserver:1234/streamname ?

naskoboy
New Cone
New Cone
Posts: 3
Joined: 09 May 2009 23:33

Re: [Help REQ] rtmp streaming error

Postby naskoboy » 05 Jun 2009 18:39

Hi guys,
Is there any progress made on rtmp streams recording/playing ?
This feature would be very much appreciated by tons of people around the globe.
I wish I could contribute code but I am not into C programming :(

naskoboy
New Cone
New Cone
Posts: 3
Joined: 09 May 2009 23:33

Re: [Help REQ] rtmp streaming error

Postby naskoboy » 05 Jun 2009 18:45

The brave man implementing this feature could use this URL for tests:
http://bg.tv.free.bg/kanal1online.html


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 15 guests