PDA

View Full Version : RTMP send error 10053


dexteriptv
07-04-2014, 11:33 PM
Hello All!

I am using the below code to play a stream.

rtmpdump -v -r "rtmp://srv1.e-screen.tv:80/vod/tv20sd" --pageUrl=http://pl.e-screen.tv/kanal/tvp-2-hd -W http://pl.e-screen.tv/site/flowplayer/flowplayer-3.2.16.swf -o - -b 36000 | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -q --one-instance --fullscreen --play-and-exit --network-caching=1600 --no-osd -

The stream plays for ~20 seconds and end up in RTMP send error 10053. Am I missing anything?? Please assist. Thanks!

http://oi61.tinypic.com/2wdwspx.jpg

peterpan
07-05-2014, 12:28 AM
Your code is playing fine for me...it's been playing 5 min non-stop!
Try updating your librtmp...

dexteriptv
07-05-2014, 08:36 AM
I am using the latest version of rtmpdump binary by KSV but still facing the issue.

peterpan
07-05-2014, 10:23 AM
Try playing with your -b param. (increase/decrease it and see if it does the trick for you)