AlexanderHD27
New Member
I want to stream with obs over udp to a custom Server (that only execepts a raw mpeg stream)
I use this uri: udp://localhost:5000
OBS doesn't seam to recolonize that his isn't a rtmp steam. This are the stdout output:
(This btw worked in OBS v27.X.X)
Sadly I can't (mis)use the ffmpeg custom-record because I also need to simultaniously record.
So is this a bug or did I miss something?
I use this uri: udp://localhost:5000
OBS doesn't seam to recolonize that his isn't a rtmp steam. This are the stdout output:
Code:
info: Settings changed (stream 1, outputs)
info: ------------------------------------------------
info: ---------------------------------
info: [x264 encoder: 'advanced_video_stream'] preset: veryfast
info: [x264 encoder: 'advanced_video_stream'] settings:
rate_control: CBR
bitrate: 2500
buffer size: 2500
crf: 23
fps_num: 20
fps_den: 1
width: 768
height: 432
keyint: 250
info: ---------------------------------
info: [FFmpeg aac encoder: 'adv_stream_audio'] bitrate: 160, channels: 2, channel_layout: 3
info: [rtmp stream: 'adv_stream'] Connecting to RTMP URL udp://localhost:5000...
info: Unknown protocol!
info: No application or playpath in URL!
info: localhost:5000 is offline. Try a different server (ECONNREFUSED).
info: [rtmp stream: 'adv_stream'] Connection to udp://localhost:5000 failed: -2
info: ==== Streaming Stop ================================================
(This btw worked in OBS v27.X.X)
Sadly I can't (mis)use the ffmpeg custom-record because I also need to simultaniously record.
So is this a bug or did I miss something?