Hide source name
Is it possible to hide RTSP (or other live streaming protocol) source address when embeding JWplayer into the webpage?
For example:
'sources':
[
{
file: 'rtmp://live.example.org/app_name/stream_name'
}
This example is "normal" implementation of source file into the player.
But for example i would like to hide at least parts of this to the end viewers, is this possible? I am aware of some solutions where parts of address are put into the xml file, but those is not much more secure as without it.