just like https://github.com/link89/dlna-cast . it is useful to stream screen to a remote media player (like kodi)
by using ssdp.py from original repo. kodi able to play screen stream from provided rtsp/mjpeg server url
discover()[0].AVTransport.SetAVTransportURI(InstanceID=0,CurrentURI="rtsp://ip:port/screen",CurrentURIMetaData='')
or
discover()[0].AVTransport.SetAVTransportURI(InstanceID=0,CurrentURI="http://ip:port/stream.mjpeg",CurrentURIMetaData='')
it would be great to integrate this feature to screen stream it self
just like https://github.com/link89/dlna-cast . it is useful to stream screen to a remote media player (like kodi)
by using ssdp.py from original repo. kodi able to play screen stream from provided rtsp/mjpeg server url
or
it would be great to integrate this feature to screen stream it self