-
|
Hi at first a big thank for the great work of the python binding ! But there's one little thing :-) When trying to switch the player from one url to another like this simplified example: The player stops and throws an error If I uncomment the player.stop() statement, then the player (re-) starts with the the second media_url_2, but the viewer windows closes first and re-opens with the new stream (and loses its original postion and size...) Is there any way to change the media stream without this negative effect of the window closing and reopening? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This is more libvlc-related than python-specific, but I would say that if you need to have control over the video output, then you have to manage it explicitly (through set_xwindow/set_hwnd/set_nsobject) |
Beta Was this translation helpful? Give feedback.
This is more libvlc-related than python-specific, but I would say that if you need to have control over the video output, then you have to manage it explicitly (through set_xwindow/set_hwnd/set_nsobject)