I want to change stream name in the case of live Stream type, but i don’t know which method used of it and how do can i it.
plz help …
I want to change stream name in the case of live Stream type, but i don’t know which method used of it and how do can i it.
plz help …
Wowza generally doesn’t care about the name of the stream, so you should be able to just change it on your encoder/player. Otherwise, you might want to look at the StreamAlias module.
As Ian mentioned, you can use StreamNameAlias:
https://www.wowza.com/docs/how-to-get-the-streamnamealias-addon
Or, override play remap stream name:
https://www.wowza.com/docs/how-to-override-play-to-remap-a-stream-name
Or, for fine control and extensibility, you can use IMediaStreamNameAliasProvider2:
https://www.wowza.com/docs/how-to-use-the-imediastreamnamealiasprovider2-interface
Richard
play method is called for Flash clients that play vod or live stream, but it isn’t called for rtsp clients.
Use StreamNameAlias anyway, it does exactly what you describe.
Richard
StreamNameAlias definitely handles live streams. I guess just dig into a little bit, try some things out. It works and does what you describe.
Richard
And there is the .stream file method of aliasing, which is the easiest method, but your play stream names will always have a .stream extension.
Richard
Sorry but i want to do something else…
I want to give stream name in encoder/player just like livestream.sdp but when i play this stream on vlc player then url should be like this rtsp://localhost:1935/live/sample.sdp not like…
rtsp://localhost:1935/live/livestream.sdp
But play method is not called in case of live stream…???
and also
all methods of IMediaStreamNameAliasProvider2 is also not called in case of live stream
there is any method in which i can change stream name else StreamNameAlias
sorry but i couldn’t understand how to set up StreamNameAlias into my module
i have seen StreamNameAlias_2.0\StreamNameAlias\README.html file .???there r confusing in alias streaming…??
I want to give stream name in encoder/player just like livestream.sdp but when i play this stream on vlc player then url should be like this rtsp://localhost:1935/live/sample.sdp not like…
rtsp://localhost:1935/live/livestream.sdp
so what should changes i will do and which file … it’s too confusion ?? help
okay i have done my work
thankx to support me