lthrhx
lthrhx
Your first two steps are correct, but the final step is a little off. The last step should be open "view-stream.html" from a standard Apache or nginx installation. For example,...
Would it be possible to use only one instance of ffmpeg? Convert mp4 into mpegts stream: `ffmpeg -i /usr/local/src/videos/ychx.mp4 -f mpegts -codec:v mpegvideo1 -s 640x360 -q:v 10 http://localhost:8081/supersecret/640/360`
You got a step further than I have. I am using webrtc-streamer 0.2.6 and this works within the LAN, but trying to get it to work on the internet /...
Thank you, good to know what to do next. What program / solution did you use for your TURN server?
@mpromonet I used the 2.6.14 g1409ab5 test build listed above, but still wasn't able to use the built in TURN server behind NAT. [Trickle-ice](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/) website https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ reports it as being...
I can't use port 3478 and I think your builtin turnserver doesn't let the port be redefined. Here is my list of ports when running: `./webrtc-streamer -s- -T0.0.0.0:3478 -tturn:turn@$(curl -s...
I don't think the issue is TCP or upnp through the router as the turnserver doesn't start on the local computer - long before it goes down the line to...