I used the facebook live api to upload high quality live stream, but what I can see in facebook live is only 480p or lower resolution during "live".
Only after the live stream is over, turn into vod(replay), it can be 720p.
I use all recommended setting in this page :
https://developers.facebook.com/docs/videos/live-video/production-broadcasts
How can I see the 720p live streaming during live ?
ps : I use obs to do live streaming
Thanks a lot!
By the way, I also ask Facebook team for help, here is the link
https://developers.facebook.com/bugs/346617485719667
Related
With Mixer closing, people will be moving to Facebook Gaming. With Mixer, I was able to scrape for information to see if specific channels are live. If they were live, my program would automatically embed those channels to the top of my website.
Does Facebook Gaming have a similar feature in their API? I would like to be able to add a list of channels (some of which, I don't own), and check to see if they are currently live streaming. Is this possible? How?
I am trying to know how get just the live video stream from a facebook page. In my case, I want to build an app to my church and I need just their live stream. On their facebook page are a lot of videos that was streamed, but I'm not interested that, I want just their live stream.
Problem: I don't know when they start streaming and I don't know how get it, I'd like to have just the streaming video that they start streaming.
Someon can help me with that?
IIRC you also asked this question in the FB Dev group and added the info that you do not have access to those pages. W/o access to them or having admin users granting your app access to them you cannot retrieve notifications/callbacks whenever a broadcast starts. Even when just polling them (using the endpoint CBroe mentioned) you need a page access token to do so.
I am currently using wowza free trial. I have a website and I need a similar functionality like Facebook live and Instagram live from a single button. What are the possibilities? what things do I need for that? being a developer I have been able to test the wowza API and I am getting a successful response.
Being able to make a purchase for my company I need to be sure that user can use integrated PC webcam without any encoder. Looking forward to your satisfactory prompt response.
Regards,
You can use flash to send Video from webcam to Wowza. Video will encoded by Flash
use webrtc send video to Wowza. Video will encoded by Web Browser
Specifically, before you push to it. This would be useful to create these events in advance.
It can vary, and isn't specified by the documentation. I would not rely on an RTMP URI generated more than 10 or 15 minutes ago. Unfortunately, you will have to create that live video post right before you go live.
You could always set up your own RTMP proxy so that your live encoders have a consistent address. Then, you just have to update the Facebook URI when you're ready.
According to official documentation of Facebook Live API, the URL and key are valid for 7 days only if you don't start video streaming to this URL. Once you start the video streaming from your software and preview the video, you have up to 5 hours to go live.
I am trying to embed live video to my website which is done live with go live facebook feature. SO that i need to embed that go live video player to my website. Is it possible?
Thanks.