Hey guys,
So I have set up an UDP stream using ffmpeg like in this tutorial. I'm using mpegts with mpeg4.
Now, I would like to change the metadata information send with the stream because I have multiple streams where I need to have different IDs.
What I need to change is service provider, service name and most importanly, the service ID.
I tried giving some parameters in the Video Encoder Settings field but they didn't seem to change anything. Here's what I put in:
-metadata service_provider="Provider" -metadata service_name="Name" -mpegts_service_id 0x1234
Thanks for any help.
So I have set up an UDP stream using ffmpeg like in this tutorial. I'm using mpegts with mpeg4.
Now, I would like to change the metadata information send with the stream because I have multiple streams where I need to have different IDs.
What I need to change is service provider, service name and most importanly, the service ID.
I tried giving some parameters in the Video Encoder Settings field but they didn't seem to change anything. Here's what I put in:
-metadata service_provider="Provider" -metadata service_name="Name" -mpegts_service_id 0x1234
Thanks for any help.