You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP MPEGTS SRT custom port caller and custom port Play
I appreciate the recent updates I have a couple of feature requests in mind
1 HTTP MPEGTS Playback It would be fantastic if you could introduce the capability to play HTTP MPEGTS streams This feature would enhance the versatility of the system
httplocalhoststreamnamets or something hope mpeg2 supported
2 SRT Publishing Without Stream Name It would be convenient if we could publish SRT streams without specifying a stream name just by using the format srtipport Additionally it would be great if we could define custom ports for SRT playback for example srtipcustomport These enhancements would make working with SRT more flexible
To add a section for predefined SRT streams with custom ports for publishing and playing in a mediamtxyaml configuration file you can modify the YAML file as follows
yaml
Existing configuration
srtstreams
name SRT Channel 1
publishurl srtlocalhost2001
playurl srtlocalhost3001
name SRT Channel 2
publishurl srtlocalhost2002
playurl srtlocalhost3002
Existing configuration
In this configuration
Weve added a srtstreams section which is a list of predefined SRT streams
Each stream is defined with a name a descriptive name for the stream publishurl the SRT URL for publishing and playurl the SRT URL for playing
Thank you for considering these suggestions
The text was updated successfully, but these errors were encountered:
This issue is being automatically closed because it does not follow the issue template.
Please reopen the issue and make sure to include all sections of the template.
This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.
HTTP MPEGTS SRT custom port caller and custom port Play
I appreciate the recent updates I have a couple of feature requests in mind
1 HTTP MPEGTS Playback It would be fantastic if you could introduce the capability to play HTTP MPEGTS streams This feature would enhance the versatility of the system
httplocalhoststreamnamets or something hope mpeg2 supported
2 SRT Publishing Without Stream Name It would be convenient if we could publish SRT streams without specifying a stream name just by using the format srtipport Additionally it would be great if we could define custom ports for SRT playback for example srtipcustomport These enhancements would make working with SRT more flexible
To add a section for predefined SRT streams with custom ports for publishing and playing in a mediamtxyaml configuration file you can modify the YAML file as follows
yaml
Existing configuration
srtstreams
name SRT Channel 1
publishurl srtlocalhost2001
playurl srtlocalhost3001
name SRT Channel 2
publishurl srtlocalhost2002
playurl srtlocalhost3002
Existing configuration
In this configuration
Weve added a srtstreams section which is a list of predefined SRT streams
Each stream is defined with a name a descriptive name for the stream publishurl the SRT URL for publishing and playurl the SRT URL for playing
Thank you for considering these suggestions
The text was updated successfully, but these errors were encountered: