View Single Post
  #2  
Old 10-01-2015, 04:03 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Librtmp Questions


Hi again,

I tried to check RtmpDump and it seems that some APIs are obsolete already so it dosen't use RTMP_SetupURL API for example.So its using RTMP_SetupStream API instead.The problem I have now is that I can't find the code / API where I can set the output to stdout / stdin.Unfortunately isn't also working in debugger if I use arguments like this...
Code:
-v -r "rtmp://live.hkstv.hk.lxdns.com/live/hks" -a "live" -y "hks" | "C:\Programme\MPC-HC\mpc-hc.exe -"
...so then the player won't start and I get this....

So can anyone tell me how to pipe the data stream into player or how Rtmpdump does handle it or what I have to write (paramters to set before calling RTMP_X API) etc?Would be nice if you could post any helpfully infos.Thanks.

greetz
Reply With Quote