You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again,
I am trying to stream a .mp4 to a remote public server without any luck. The server is not receiving anything on the 8888 port while I try to stream. Here is the code I am using:
The server is able to receive packets on the 8888 port when I execute the same command on my laptop from CLI and stream the same video (ffmpeg -re -i /home/dimi/send.mp4 -vcodec copy -an -f mpegts udp://xx.xx.xx.xxx:8888)
If I install and run apps like Packet Capture to monitor the network card, I get 0 reports from the app while I try to stream. This means that the app does not even try to send something on the radio.
I can do the 1) also if I connect with my laptop to my phone's hotspot.
On my phone I have enabled permissions for read, write, internet and access_network_state.
With the phone app I can create a copy of the same video ("-y", "-i", video,"-vcodec","copy","-an", newVideo)
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi again,
I am trying to stream a .mp4 to a remote public server without any luck. The server is not receiving anything on the 8888 port while I try to stream. Here is the code I am using:
It is good to note that:
Any ideas?
The text was updated successfully, but these errors were encountered: