RTMP streaming

Internet TV, Radio, Podcasts
Post Reply
lukaszl
Posts: 5
Joined: Tue Sep 20, 2011 3:47 pm

RTMP streaming

Post by lukaszl »

Hello,
I'm trying add rtmp streams to "Internet Television" but it doesn't work :/

Streams: http://weeb.tv/channels (sometimes without premium account you have to wait for stream)

Can you tell me how to do it, please?

Thanks in advance,
lukaszl
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: RTMP streaming

Post by Eugene »

Hello,
lukaszl wrote: I'm trying add rtmp streams to "Internet Television" but it doesn't work :/

Streams: http://weeb.tv/channels (sometimes without premium account you have to wait for stream)

Can you tell me how to do it, please?
You can add RtmpDump command line as path of media-resource (without -o). The transcoding profile "Movies - RTMPDUMP - FFMPEG"

What exactly you tried ?
lukaszl
Posts: 5
Joined: Tue Sep 20, 2011 3:47 pm

Re: RTMP streaming

Post by lukaszl »

I added path:

rtmpdump -r "rtmp://46.105.112.31/live/21"

it's Comedy Central Channel

and transcoding profile "Movies - RTMPDUMP - FFMPEG"

but when i put in console

rtmpdump.exe -r "rtmp://46.105.112.31/live/21" -o "E:\asd.asf"

and got output like this:

...
WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

so I can't download this stream :/

any ideas?
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: RTMP streaming

Post by Eugene »

Use RTMPexplorer for exact command line
lukaszl
Posts: 5
Joined: Tue Sep 20, 2011 3:47 pm

Re: RTMP streaming

Post by lukaszl »

I put site url into RTMPExplorer but video doesn't work (black screen).

when I added swfUrl and app parameters to console line:

rtmpdump.exe -r "rtmp://46.105.112.31/live/21" -s "http://weeb.tv/static/player.swf" -a "live/21" -o "E:\asd.asf"

I got output:

WARNING: HandShake: client signature does not match!
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: RTMP streaming

Post by Eugene »

rtmpdump.exe, rtmpsrv.exe in the folder with rtmpexplorer ?
lukaszl
Posts: 5
Joined: Tue Sep 20, 2011 3:47 pm

Re: RTMP streaming

Post by lukaszl »

Yes,

I put url: "http://weeb.tv/channel/comedycentral" - Go

and i got error:

Code: Select all

VerifyError: Error #1053: Nieprawidłowe przesłonięcie z w mx.core.UIComponent.

	at flash.display::MovieClip/nextFrame()
	at mx.managers::SystemManager/deferredNextFrame()
	at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.preloaders::Preloader/timerHandler()
	at flash.utils::Timer/_timerDispatch()
	at flash.utils::Timer/tick()
When I'm trying play video I see black screen :/
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: RTMP streaming

Post by Eugene »

Code: Select all

rtmpdump -v -r "rtmp://46.105.112.31/live/21" -a "live/21" -f "WIN 10,2,152,26" -W "http://weeb.tv/static/player.swf" -p "http://weeb.tv/channel/comedycentral" -y "live"
lukaszl
Posts: 5
Joined: Tue Sep 20, 2011 3:47 pm

Re: RTMP streaming

Post by lukaszl »

Yes, it's working now, I miss -v parameter but after 7 seconds rtmpdump break downloading and gives error:

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: RTMP streaming

Post by Eugene »

Unfortunately, I have no solutions for this
Post Reply