PDA

View Full Version : Please help me get the code for this baseball game?


lajvguy
09-23-2015, 07:09 PM
Can somebody please help me get the code for this baseball game? Tried RTMPDumpHelper. Thanks!

http://www.newsko.co.uk/channel/last11

alsersawy
09-23-2015, 07:16 PM
rtmpdump -r "rtmp://80.82.78.13:19350/live/" -a "live/" -f "WIN 18,0,0,194" -W "http://www.aadvertismentt.com/player.swf" -p "http://www.newsko.co.uk/embed.php?channel=last11&vw=580&vh=390&domain=www.newsko.co.uk" --live -y "last11" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

lajvguy
09-23-2015, 07:41 PM
rtmpdump -r "rtmp://80.82.78.13:19350/live/" -a "live/" -f "WIN 18,0,0,194" -W "http://www.aadvertismentt.com/player.swf" -p "http://www.newsko.co.uk/embed.php?channel=last11&vw=580&vh=390&domain=www.newsko.co.uk" --live -y "last11" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

Thanks so much but it buffers too much. How can I lower the resolution to reduce the buffering? Thanks!

alsersawy
09-23-2015, 08:09 PM
Thanks so much but it buffers too much. How can I lower the resolution to reduce the buffering? Thanks!

there buffers because your net is low and this quality only stream owner can reduce it

you can reduce the buffering by this option in vlc


--network-caching=40000 --file-caching=40000

rtmpdump -r "rtmp://80.82.78.13:19350/live/" -a "live/" -f "WIN 18,0,0,194" -W "http://www.aadvertismentt.com/player.swf" -p "http://www.newsko.co.uk/embed.php?channel=last11&vw=580&vh=390&domain=www.newsko.co.uk" --live -y "last11" | "C:\Program Files\VideoLAN\VLC\vlc.exe" - --network-caching=40000 --file-caching=40000