Skip to content

Releases: pinkfish/flutter_rtmppublisher

Update to null safety

13 May 01:19
2992efa
Compare
Choose a tag to compare

Update the code to use null safety and upgrade the flutter version

Merge in the pull request with the build error

27 Feb 17:26
fcd9e01
Compare
Choose a tag to compare

Fix up the error from the pull request

Update IOS

10 Jul 20:35
Compare
Choose a tag to compare

Update IOS to match the android changes.

Fix up IOS to correctly handle recording/streaming independently.
Add in adaptive bit rate to IOS
Add in the stats callback (although less data to return)

Fix OpenGL

04 Jul 02:15
79d1789
Compare
Choose a tag to compare
  • Streams correctly in all directions now with openGL. Defaults to openGL being on
    in the example app
  • Changed the way the preview is displayed to do a boxrotation on the preview widget.
    Still a race condition here that means sometimes it doesn't update correctly.

Fix android's use of the camera2 api

01 Jul 01:11
Compare
Choose a tag to compare
  • BREAKING CHANGE: moved the useOpenGL call to the initialiation
    of the sytem and not to each call.
  • Allow the recording/streaming to work independently on
    android.
  • Change how the recroding/streaming happens to avoid issues with
    the camera2 api.

Fix android restart

09 Jun 01:36
Compare
Choose a tag to compare
  • Fix restarting on android. Can stop and restart now and it all works.

Fix streaming on android

01 Jun 07:55
Compare
Choose a tag to compare
0.2.2

Update to 0.2.2

Fix issues with Android

01 Jun 02:41
Compare
Choose a tag to compare
  • Add in github workflows to test/publish the package
  • Copy the video encoder from the pedro library and update
    to make it not message with sizes for the surface, but
    include the rotation to make rotation work without opengl.
  • Fix up issues with stopping on Android.

Using openGL for better rendering

29 May 02:18
Compare
Choose a tag to compare
  • Fixed up issues with the stopVideoStreaming api.
  • Added a flag to use an openGL surface on android to allow for
    correct rotation when encoding, also sets up to do filters.

Android fixed and working

18 May 20:54
Compare
Choose a tag to compare

Android correctly sending video to the rtmp servers.