Can't able to play IPTV channel in Flutter Video Player - flutter

I have made a flutter video player app and want to play IPTV channel in the app. The player is playing some online videos successfully but it is not able to run the link of IPTV.
I have a paid IPTV m3u playlist file. I want to play the specific channel of the list in the video player. I have extracted the link from the m3u file and pasted in the player but its not working.
The link is looks like this(http://ottbest.net:80/940F4D6ACD4F/4A30606C8931/83137). This link is running successfully in VLC and MX Player.

First extract your m3u playlist to dart object using m3u_nullsafe package.
Then, you can use Flutter_vlc_player to play m3u videos

Related

Record Audio from an in app video in Ionic

I have some videos coming from an API's response. I need a button to start recording the audio from the selected video for 30 seconds and get the file version of that audio to use it further.
I am already using this.audio.startRecord(); from Media Plugin but that records outside audio from phone's mic. It also stops the video that is playing on its own.

How can i use an encoded video streaming url manifest on flutter video_player

So I have a streaming link generated from encoding azure media services. Video plays on the test player there but now want to use the URL on flutter video player.
Below is an example of the link type to expect https://itvnnows-sano13.streaming.media.azure.net/be344295-3f54-4537-abd4-87435a3d51ea/ITVNNow.ism/manifest
On flutter video player, when I use URL with .mp4 extension it works but when using the above mentioned link nothing happens. Is there a possible workaround?

how to hide external video controls from clients

I'm using BigBlueButton in my website,
the problem is:
we can't stream our videos online in BigBlueButton and all of our visitors can stop/play/... our uploaded external video for themselves.
so we are looking for a solution to display a video as a live stream.
our video is in .mp4 format.
what we are thinking to remove play/stop/... buttons from video so our clients can't stop the video and play it for them.
In the latest version of bigbluebutton that nearly would have a final release (v2.4), visitors (viewers) can't pause, stop, ... the playing video.

Play video and audio at the same time in Ionic Hybrid app

I am using Ionic 3 to build a hybrid app.
I have both video and audio file saved in phone local storage.
The video is played in html5 video element.
The audio can be played either in html5 audio element or Ionic Native Media plugin.
I want to:
mute the video (works)
play video and audio at the same time (not working).
It seems that the system does not allow two media resources to run at the same time.
Any suggestions?
Thanks,
D

Auto launch the video player in Android from the browser like an iPhone does

I have just created and iPhone web app, which has some x264 (mp4) video files on it. When I link directly to the file on the iPhone and the user taps the link, the video player is loaded and the video starts playing.
Using the app on an Android phone causes the browser to download the video instead of just playing it. Is there a way to force a video player to just boot up and play the video not download it?
Thanks in advance.
You should know that Android is quite strict regarding the video streams that you can stream. To be able to watch a stream a video (progressively watch and download) the video container must be correctly formatted.
There are many ways to create a container suitable for progressive streaming. You can look it up here: http://groups.google.com/group/android-beginners/browse_thread/thread/2a801ce5f71b5aaf?pli=1
I have successfully created a streamable video. Try to open it from your browser: http://students.mimuw.edu.pl/~nh209484/Video000.3gp