PDA

View Full Version : How to save video from this.


godlesowned
11-08-2015, 04:19 AM
Hello, how to play this in VLC?
http://zapisz.link/event.php?id=339

troller12
11-08-2015, 06:11 AM
Hi,

seems that you have to be very quick or it will redirect to pseudo location... :)
rtmp://go.somewhere.else:1935/now/homo
...so rtmpsrv does work to record the stream if you add the port 1871.If you check the page source then you find a source link (...porter.php....) which you can follow and there you find the actually stream address (just decode url to see it right).Now you can write a php script or else to read & execute the stream datas in realtime (not testet).

greetz

godlesowned
11-08-2015, 06:22 AM
Wow, so its not that easy :P Thank you anyway