Cast chrome page on raspberry pi - google-chrome

I'm searching for something to cast my web page on raspberry pi. I just found some modules to stream a link or a you tube video but i would to do as with the Chromecast and cast the own page.

Related

WebRTC support in Headless Chrome

I have a camera connected to my raspberry pi. I want to stream the live feed from this camera to clients(browsers). Can a headless chrome be used on raspberry pi? I want to use the browser WebRTC api's in raspberry pi application.

Streaming Picamera from Raspberry to Public Server Webpage

Currently, my Picamera attached to raspberry working with circular buffer and send livestream to my public server at the same time.
The circular buffer will keep recording and if certain event is triggered, the raspberry will send the specified length from circular buffer to the public server.
But, I also want the live stream capabilities at the same time.
So far, I have succeed to send the live stream data to my public server using socket, and then the server side python script direct the stream to vlc.exe (my public server is windows server), then play it using vlc player.
But, I want it to play in my webpage.
My problem here is, I don't know how to re-direct again the stdin data (from client using socket) vlc.exe to html webpage, which will be accessed by anyone who want to see the video live stream.
I have search several methods like :
mpeg stream, but I'm using a stream of h264 here not multiple jpeg images.
mplayer, which I also stuck at redirecting the stdin to html page.
vlc command from raspberry (cvlc) which I found did not had the same command option with vlc.exe for windows. For example, I did not find --sout option in vlc-help.txt.
Most tutorials only cover LAN network, while I have to stream it remotely.
CMIIW.
So, is there someone who knows how to direct the h264 stream from python socket to html webpage in windows server ?

captive portal for OSX can't play streaming or mp4

We are using Wifi Hotspot and implementing video ads.
The problem of OSX is when I use my Macbook Air connected to Wifi, the captive portal and content popup appear. I just use HTML5 or HLS to make a player for streaming a videos
Also, I made a lot of test cases and failed. Here are some things that failed:
Use Streaming Server ( Already open the wall garden to stream http://xx.xx.xx.xx:1935/vod/mp4:myfile.mp4/playlist.m3u8 )
DirectLink to the files of mp4
After I use the tools to see the package running such as wireshark, the package is still stuck on the captive portal.
How can I make a stream play on popup of the captive portal???
Thanks

Video Streaming over HTTP in Windows Phone 8

I am trying to work on getting Video Streaming over HTTP in a windows phone 8 application.
These are the issues that i am facing,
Unable to stream video using the MediaElement.
unable to Stream video using the player framework by microsoft.
Things to be noted here, i am not using the IIS oriented servers.
The above will well when i hard code the server details from my local machine or isolated storage. But this does not work through HTTP.
Does anyone have any idea on this ?
If this is not possible, is there a way where i can have HTML5 streaming the video and have that included in my application ?

How to stream rtsp output by crtmp server by inputing rtmp stream from fmle using webcam?

Can anybody suggest me on crtmpserver.lua configuration?
I setup crtmp server on AWS EC2 Ubuntu 12.04. after building deb package successfully.
I have successfully stream my Webcam stream using FMLE on my windows 7 machine, connected to my crtmp server,then played on website using JW Player.
Now i want to get RTSP stream from the same crtmp server using same RTMP input to play on mobile.I read crtmp server can stream both in RTMP and RTSP. Please guide me on confiuration of crtmpserver.lua to achieve this.
Also please let me know if i can use multibit encoding high bit rate for web and low for mobile streaming same webcam stream?
Thanks in advance.