View Single Post
  #18  
Old 03-12-2015, 01:03 PM
lhw455 lhw455 is offline
Junior Member
 
Join Date: Dec 2014
Posts: 16
lhw455 is on a distinguished road
Default

Re: New here, requesting some noobie help


Quote:
Originally Posted by lhw455 View Post
Ta, thanks all, hope you all had good holidays!
Bump!

Same URL, and I'm struggling again

At

Code:
http://cdn.divertiendo.me/rcn3.php?width=500&height=350
Using RTMPDumphelper, I get:

Code:
Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
       app : live
  flashVer : WIN 16,0,0,305
    swfUrl : http://www.janjuaplayer.com/resources/scripts/eplayer.swf
     tcUrl : rtmp://5.63.150.84/live
   pageUrl : http://www.janjuaplayer.com/embedplayer/ccc2015hd3/3/500/380
      live : yes
  Playpath : ccc2015hd3?id=33518
 Saving as : 2015-03-12_06-15-07_ccc2015hd3.flv
INFO: Metadata:
INFO:   duration                0.00
INFO:   fileSize                0.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videocodecid            avc1
INFO:   videodatarate           250.00
INFO:   framerate               30.00
INFO:   audiocodecid            mp4a
INFO:   audiodatarate           48.00
INFO:   audiosamplerate         48000.00
INFO:   audiosamplesize         16.00
INFO:   audiochannels           2.00
INFO:   stereo                  TRUE
INFO:   encoder                 Open Broadcaster Software v0.65b
WARNING: ignoring too small audio packet: size: 0
ERROR: WriteN, RTMP send error 10054 (2362 bytes)
Closing connection... done!
So I would assume I need to test with rtmpdump.exe, and I get

Code:
rtmpdump -v -r "rtmp://5.63.150.84/live" -a "live" -f "WIN 16,0,0,305" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/ccc2015hd3/3/500/380" -C S:OK -y "ccc2015hd3?id=33518" -K "soLagaDaSeStoriAga"
But I get this

Code:
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV)
(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...
*sigh* I'm sure it's something minor, but I just can't see it...(checked that the "soLagaDaSeStoriAga" and it was the same - also tried outputting to VLC, but since RTMPdump doesn't even connect it didn't work)

Thanks!

Last edited by lhw455 : 03-12-2015 at 01:04 PM. Reason: updated
Reply With Quote