PDA

View Full Version : rtmpt to vlc


omsu111
10-06-2014, 02:26 PM
how to play this iptv in vlc with rtmpdump format

rtmpt://5.39.72.4:80/liverepeater<playpath>167140 <swfUrl>http://cdn.goodcast.me/players.swf <pageUrl>http://goodcast.me/stream.php?id=167...610&height=500


and thanks

troller12
10-06-2014, 03:05 PM
Why do you create a second topic with the same question!
http://stream-recorder.com/forum/vlc-t18877.html

greetz

omsu111
10-06-2014, 05:23 PM
so why i get this message


rtmpdump -v -r "rtmpt://5.39.72.4/liverepeater" -a "liverepeater"
-y "167140" -W "http://cdn.goodcast.me/players.swf" -p "http://goodcast.me/strea
m.php" -T "Fo5_n0w?U.rA6l3-70w47ch" | "C:\Program Files\VideoLAN\VLC\vlc.exe"

troller12
10-06-2014, 05:33 PM
What for a message?Link does work.If you want you can also add some buffer.
rtmpdump -v -r "rtmpt://5.39.72.4/liverepeater" -a "liverepeater" -y "167140" -W "http://cdn.goodcast.me/players.swf" -p "http://goodcast.me/stream.php" -T "Fo5_n0w?U.rA6l3-70w47ch" --buffer 4000 | "vlc"
greetz

omsu111
10-06-2014, 08:01 PM
What for a message?Link does work.If you want you can also add some buffer.
rtmpdump -v -r "rtmpt://5.39.72.4/liverepeater" -a "liverepeater" -y "167140" -W "http://cdn.goodcast.me/players.swf" -p "http://goodcast.me/stream.php" -T "Fo5_n0w?U.rA6l3-70w47ch" --buffer 4000 | "vlc"
greetz


sorry i get this message
rtmpdump -v -r "rtmpt://5.39.72.4/liverepeater" -a "liverepeater"
-W "http://cdn.goodcast.me/players.swf" -p "http://goodcast.me/stream.php" -T "F
o5_n0w?U.rA6l3-70w47ch" -y "167140" | "C:\Program Files\VideoLAN\VLC\vlc.exe"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

troller12
10-06-2014, 08:06 PM
Check your rtmpdump version.Use latest which was post by KSV so this works.
https://github.com/K-S-V/Scripts/releases

greetz