PDA

View Full Version : problem with token


omsu111
10-03-2014, 05:31 PM
I saved a channel with a token as a batch

when i open the channel through the batch (when i open it in .bat format) the token become invisible



rtmpdump -v -r rtmp://31.220.0.104:1935/live -p http://www.flashtv.co/ -T %ZZri(nKa@#Z -y bns1 | "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...
Starting Live Stream
INFO: Metadata:
INFO: duration 0.00
INFO: width 640.00
INFO: height 360.00
INFO: videodatarate 390.62
INFO: framerate 29.97
INFO: videocodecid 7.00
INFO: audiodatarate 31.25
INFO: audiosamplerate 48000.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: encoder Lavf54.63.104
INFO: filesize 0.00
1321.561 kB / 41.62 sec


but when i open it from the batch


C:\Users\omar\Desktop\Bein\channls>rtmpdump -v -r rtmp://31.220.0.104:1935/live
-T //www.flashtv.co/ -y bns1 | "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 server sent error
ERROR: rtmp server requested close

why the token is invisible

chap
10-03-2014, 06:35 PM
bat filertmpdump -v -r rtmp://31.220.0.104:1935/live -p http://www.flashtv.co/ -T "%%ZZri(nKa@#Z" -y bns1 | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

omsu111
10-03-2014, 08:51 PM
thanks man you are the best

it works