We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to do a ctx_player pulling URL source running background on web page and forward to mix_track.
I do as above for hidden property but it seems not work. the player is still visible on web page.
webstreamer(
key="p1", mode=WebRtcMode.RECVONLY, rtc_configuration=COMMON_RTC_CONFIG,
video_html_attrs={ "style": { width""50%" ,"hidden":True }, "controls":False, "autoPlay":True },
)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try to do a ctx_player pulling URL source running background on web page and forward to mix_track.
I do as above for hidden property but it seems not work. the player is still visible on web page.
webstreamer(
key="p1",
mode=WebRtcMode.RECVONLY,
rtc_configuration=COMMON_RTC_CONFIG,
video_html_attrs={
"style": { width""50%" ,"hidden":True },
"controls":False,
"autoPlay":True
},
)
The text was updated successfully, but these errors were encountered: