OBS Change UDP service name

samir_assmar

New Member
hello ,
i have problem with obs when i stream udp url via start recording , the name of stream service 01 how can change or how can add metadata to change .
1601984054502.png


output

1601984121647.png


thanks
 

rockbottom

Active Member
I don't think those are valid but don't use the -

metadata:s:a:0 language=eng metadata service_name=test

I record using QuickTime container (mov) & I plugged moov_size=1024 into the Muxer Settings & it worked.

09:12:19.540: Using muxer settings:
09:12:19.540: moov_size=1024
09:12:19.544: ==== Recording Start ===============================================
09:13:11.767: Output 'adv_ffmpeg_output': stopping
09:13:11.767: Output 'adv_ffmpeg_output': Total frames output: 3132
09:13:11.767: Output 'adv_ffmpeg_output': Total drawn frames: 3143
09:13:11.767: ==== Recording Stop ================================================
 

rockbottom

Active Member
Yeah, I didn't think they were valid.

According to the FFMPEG documentation R1CH provided the link to above, I think all you need to do to change the default Service01 is

service_name=whatever you want.

I didn't see anything for the language



4.20 mpegts

MPEG transport stream muxer.


This muxer implements ISO 13818-1 and part of ETSI EN 300 468.


The recognized metadata settings in mpegts muxer are service_provider and service_name. If they are not set the default for service_provider is ‘FFmpeg’ and the default for service_name is ‘Service01’.
 
Top