flutter_live icon indicating copy to clipboard operation
flutter_live copied to clipboard

Live streaming player, iOS+Android, RTMP/HTTP-FLV/HLS/WebRTC, by Flutter+SRS.

Results 17 flutter_live issues
Sort by recently updated
recently updated
newest added

clone git and build it successfully. run it on android 9 os. push mp4 video file with following command: ./ffmpeg -re -i video.mp4 -c copy -f flv -y rtmp://ip:1935/live/mp4test then...

I try to test your example , But when I choose WebRTC nothing is played? this link `webrtc://d.ossrs.net/live/livestream` This is result: ``` I/flutter (13957): Url webrtc://d.ossrs.net/live/livestream parsed to api=https://d.ossrs.net:443/rtc/v1/play/, stream=webrtc://d.ossrs.net/live/livestream...

Dear Creator, Thanks for your answer in advance. I tried so much and I found something. When I'm using flutter-web. everything is ok in rtc mode. Peer Connection is ok...

1. null safety support 2. fijkplayer: ^0.10.0 3. flutter_webrtc: ^0.6.5 4. dart >=2.13.0

Hello everyone, flutter_live was working fine with me until I started getting this noise: ![noise](https://user-images.githubusercontent.com/23611437/129039631-169b4c12-ed28-4655-a7ba-d7dd77ae6d48.jpeg) The device is iPhone 6 and I am using OBS to stream to DigitalOcean Ubuntu...

Hello, Following your example code, I have the following widget. ``` fijkplayer.FijkView( player: _player.fijk, panelBuilder: fijkplayer.fijkPanel2Builder(), color: Colors.black, fs: false, fit: fijkplayer.FijkFit.ar16_9, fsFit: fijkplayer.FijkFit.fill ) ``` My problem is that...

我在官方的videoplayer使用,发现在iOS 的Safari 播放不了HLS,作者能解决这个问题吗??不胜感激

I'm trying to use our RTMP url that is visible and with audio through VLC but not with flutter_live. To broadcast we are using OBS Studio or rtmp_publisher. The example...

Hi, I'm trying to use this package with flutter_webrtc: ^0.6.3 : flutter_live 1.0.13 depends on flutter_webrtc ^0.4.0 and no versions of flutter_live match >1.0.13