MobileVLCKit always stop when Playing FB Live Video - ios

Im using MobileVlcKit and I tried to play live videos from fb live_videos api.
When i tried it to play using vlc software on my mac, it play smoothly.
But when I play it using MobileVlcKit, it always stops.
you can try it by making live on FB using OBS software.
then go to this graph API explorer URL.
https://developers.facebook.com/tools/explorer/?method=GET&path=me%2Flive_videos%3Ffields%3Ddash_preview_url%2Chls_preview_url%2Clive_views%2Ccreation_time%2Cstatus%2Ctitle%2Cdescription%2Coverlay_url%2Cvideo%2Cpermalink_url%2Cdash_ingest_url%26limit%3D1&version=v8.0
then get "dash_preview_url"
and use it on VLC ios.
the bug also encounter on the VLC app from App Store.

Related

How to play react-native-webview audio while the iPhone is muted?

I'm currently running an Expo project with react-native-webview 9.4.0 installed, and I'm trying to use the WebView to play audio from a local .html file with a custom JS script using the Web Audio API. The audio works fine on the iOS simulator and on an iPhone when not on Silent Mode, but once I turn on Silent Mode it's impossible to get any audio to play.
There seems to have been a couple attempts to fix this issue over the past couple months (https://github.com/react-native-community/react-native-webview/pull/1218) and (https://github.com/react-native-community/react-native-webview/issues/1140), but even with the most recent version of react-native-webview I still can't get the Web Audio to play with the iPhone muted. I've tried various workarounds from StackOverflow without any success either. Does anyone else have this issue or have a workaround to suggest?

Youtube live stream publish from android / iOS App

I want to integrate youtube live streaming publishing functionality in android / iOS app. I tried using liveStreams insert api and liveBroadcast bind & insert api but it shows waiting for the uploader. Iam using the rtmp link to upload the video stream from my app.
Can anybody help me with the integration or anything is missing?
I have fixed the issue using LFLivekit for iOS and yasea RTMP library for Android.
The code snippet for swift is available on this link
https://gist.github.com/Faiyyaz/4c4dfea2b588676a3c975c819946d6f3

Showing advertisements in the middle of playing video ios swift

I want to show advertisement while playing video in app like youtube. My app contains videos, while seeing video, in the middle of the video i need to show the advertisement like youtube. I checked with Admob, but i didn't get solution. Anyone having idea of how to do this?
Interactive Media Ads SDKs allows iOS native application developers to request and track VAST ads (ProRol,MidRol,PostRol,Skipable etc) in the iOS (9.0+) environment.
It supports AVPlayer as well.
Here is is complete documentation of IMA SDK

DLNA support for iOS video app

I am developing an video player app on iOS and I am now thinking about how to support DLNA so that my app can mirror its online video to the TV with some DLNA-supported device.
Notice that the online video is playing on my app via WIFI or cellular network and I could switch it to be played on TV and my app becomes a remote control and a server to the TV.
Which framework should I use?
I already know Cyberlink and PlatinumKit.
I have worked on DLNA with iOS and Android device. I did not used the Cyberlink or PlatinumKit. I learned how it works and write with swift and java.
Here is my blog about the subject, if you only want the part of DLNA to find DLNA device and stream the video to the device, then control events like play, pause and seek. You could find all the material you need here.
https://eliyar.biz/DLNA_with_iOS_Android/

Does Windows Phone 7 have a YouTube player similar to iPhone?

I want to allow my phone app users to be able to click a YouTube video and be sent to the phone's YouTube player. Does Windows Phone 7 have that option?
Nothing has yet been announced but I know someone at Google who was talking with Microsoft about developing a YouTube app for Windows Phone 7.
Even if such an app did exist, based on the sandboxed nature of apps and their inability to launch other apps, your only options is likely to be to open the video in the browser.
First of all, I'm quite sure that there will be a Youtube App for Windows Phone. Beside that, since Youtube is going HTML5 anyway, I think it is trivial to include a playback of a Youtube video directly in your app:
http://msdn.microsoft.com/en-us/library/ff769551%28v=VS.92%29.aspx
The current version of IE mobile that runs on the Windows Phone 7 device emulator CANNOT play YouTube videos. So far from all the evidence that I've seen, you cannot use the Silverlight "MediaElement" control to play YouTube videos, nor can you use the iPhone "trick" of embedding a YouTube video in a bunch of HTML and have Safari handle it for you because IE mobile won't play YouTube videos.
This isn't to say that they won't be adding this feature in the future, but I'm pretty disappointed that as of Beta 1, it doesn't appear that WP7 has any YouTube support.

Resources