How to publish a GoPro stream

petczu

New Member
Help,

GoPro 7 and 8 cameras can send video stream to a server, but the settings have only one line for entering the address.
How can I modify the rtmp://host.com:1935/live address to specify the right key in it and be able to get this video?
 

Max

Administrator
Staff member
Good day.
RTMP URL should be set as rtmp://server:1935/live/streamName to publish stream to WCS.
If this doesn't work with the camera, please collect debug logs as described here includein traffic dump on server side, port 1935/tcp
Code:
tcpdump -npi any -B 10240 -w log.pcap port 1935
and send to support@flashphoner.com, we will check how the camera establishes RTMP session.
 
Top