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
Hi i create a strem in my home assistant and it work well in any browser with the adress : https://MYIP/api/camera_proxy_stream/camera.room_hd?token=MYTOKEN
but when i send a post command nothing show up at the screen
{ "duration": 10, "position": 0, "title": "Your awesome title", "titleColor": "#0066cc", "titleSize": 20, "message": "What ever you want to say... do it here...", "messageColor": "#000000", "messageSize": 14, "backgroundColor": "#ffffff", "media": { "web": { "uri": "https://MYIP/api/camera_proxy_stream/camera.room_hd?token=MYTOKEN", "width": 480 }} }
I'm i supposed to be able to do that ? if not how can I send video from my home assistant camera in pipup ? thanks
The text was updated successfully, but these errors were encountered:
@thib5 instructions for video here: https://seanblanchfield.com/2022/03/realtime-pip-cameras-on-tv-with-home-assistant
Sorry, something went wrong.
No branches or pull requests
Hi i create a strem in my home assistant and it work well in any browser with the adress : https://MYIP/api/camera_proxy_stream/camera.room_hd?token=MYTOKEN
but when i send a post command nothing show up at the screen
{
"duration": 10,
"position": 0,
"title": "Your awesome title",
"titleColor": "#0066cc",
"titleSize": 20,
"message": "What ever you want to say... do it here...",
"messageColor": "#000000",
"messageSize": 14,
"backgroundColor": "#ffffff",
"media": { "web": {
"uri": "https://MYIP/api/camera_proxy_stream/camera.room_hd?token=MYTOKEN", "width": 480
}}
}
I'm i supposed to be able to do that ? if not how can I send video from my home assistant camera in pipup ? thanks
The text was updated successfully, but these errors were encountered: