-
Notifications
You must be signed in to change notification settings - Fork 989
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Hi,
I am trying to add a camera directly to go2rtc, I have tried many configurations but nothing really works.
streams:
test_cam: http://admin:@192.168.1.19:80/livestream/12
test_custom_header: "http://admin:@192.168.1.19:80/livestream/12#header=Authorization: Basic YWRtaW46"
snap: http://192.168.1.19/snapshot?r=0.9730670290365486&auth=YWRtaW46
I can see the the stream with this command from the terminal
HD:
ffplay -headers "Authorization: Basic YWRtaW46" -i "http://192.168.1.19/livestream/11"
SD:
ffplay -headers "Authorization: Basic YWRtaW46" -i "http://192.168.1.19/livestream/12"
This is the output from ffplay
Last message repeated 1 times
Input #0, hevc, from 'http://192.168.1.19/livestream/11':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: hevc (Main), yuvj420p(pc, bt709), 3840x2160, 25 fps, 15 tbr, 1200k tbn
Any help is appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
