Page 1 of 1

RTMP streaming

Posted: Wed Sep 21, 2011 4:04 pm
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

Re: RTMP streaming

Posted: Wed Sep 21, 2011 4:13 pm
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 ?

Re: RTMP streaming

Posted: Wed Sep 21, 2011 5:20 pm
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?

Re: RTMP streaming

Posted: Wed Sep 21, 2011 5:32 pm
by Eugene
Use RTMPexplorer for exact command line

Re: RTMP streaming

Posted: Wed Sep 21, 2011 6:35 pm
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

Re: RTMP streaming

Posted: Wed Sep 21, 2011 6:46 pm
by Eugene
rtmpdump.exe, rtmpsrv.exe in the folder with rtmpexplorer ?

Re: RTMP streaming

Posted: Wed Sep 21, 2011 6:52 pm
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 :/

Re: RTMP streaming

Posted: Wed Sep 21, 2011 7:08 pm
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"

Re: RTMP streaming

Posted: Wed Sep 21, 2011 7:16 pm
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

Re: RTMP streaming

Posted: Wed Sep 21, 2011 7:30 pm
by Eugene
Unfortunately, I have no solutions for this