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.
Related
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.
I'm trying to publish a live web cam stream to an Azure Media Services channel. I have the channel configured and am using the rtmp ingest url in the NetConnection.connect method.
I have my Flash AS3 setup to stream to an Adobe Media Server and it works fine. All I am doing so far is changing the URL to the Azure one.
All I ever get is NetConnection.Connect.Failed
If I use that same ingest url in wirecast I can stream my web cam fine.
Any thoughts as to why the Flash version is failing?
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
i want to connect my android mobile with raspberry pi so that i can send some data from pi to mobile through UDP sockets and vice versa. This is because i want to use android screen as remote control , some rPI data display and live video view of pi camera output from android web browser. i am interested to use wifi connection but without using any access point/wireless router in between i.e i want to create a peer to peer wifi adhoc network. in home with access network this will work , but its not possible to have wireless network or carry wireless router where ever the pi go.
for prototyping purpose i tried creating Adhoc wifi network in windows vista but my mobile didnt detect the wifi possibly because the frequency of the wifi network cant be recognised by android. i tried wifi direct feature of my galaxy Note2 (android jelly bean) but i seems to work with only samsung specific phones. it didnt work with nexus 4 neither with windows vista.
so i am quite sure that none of the above technique will work with raspbian OS.
any idea how to achieve my requirements. if connecting raspberry pi with android by USB to microUSB cable will solve the purpose , please let me know how.
Thanks
agoswami
as of now i have used USB/Wifi tethering method which has worked for me.i first tried with USB tethering , it was assigning some IP to Rpi. i changed the /etc/network/interfaces file so that this IP remain static. i used android Ip address as gateway and was able to ping them and even i was able to SSH from connectBot app.
i think the same approah will work for wifi also. i will give it a try later.
this discussion can be closed now :) my issue was resolved.
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.