View Single Post
  #1  
Old 09-13-2013, 04:33 AM
shantiq shantiq is offline
shan
 
Join Date: Jan 2012
Posts: 33
shantiq is on a distinguished road
Default

how to keep Vuelta ITV4 coverage


this series


i have tried this here on Ubuntu

Quote:
1
Start the server with this command:-
Code:

sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT && rtmpsrv

2
See the message in console:-
Streaming on rtmp://0.0.0.0:1935

3
Refresh the page and play the video, now wait till the RTMPDump command appears in console.

4
Interrupt the server:- Ctrl-c

5
Stop the server with this command:-
Code:

sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT


copy rtmp block and paste and return
========================


but to no avail


any clever thoughts please?
Reply With Quote