tag:github.com,2008:https://github.com/pinkfish/flutter_rtmppublisher/releases Release notes from flutter_rtmppublisher 2021-05-13T01:19:05Z tag:github.com,2008:Repository/258865908/0.3.4 2021-05-13T01:19:42Z Update to null safety <p>Update the code to use null safety and upgrade the flutter version</p> pinkfish tag:github.com,2008:Repository/258865908/0.3.3 2021-02-27T17:26:59Z Merge in the pull request with the build error <p>Fix up the error from the pull request</p> pinkfish tag:github.com,2008:Repository/258865908/0.3.2 2020-07-10T20:35:39Z Update IOS <p>Update IOS to match the android changes.</p> <p>Fix up IOS to correctly handle recording/streaming independently.<br> Add in adaptive bit rate to IOS<br> Add in the stats callback (although less data to return)</p> pinkfish tag:github.com,2008:Repository/258865908/0.3.1 2020-07-04T02:15:50Z Fix OpenGL <ul> <li>Streams correctly in all directions now with openGL. Defaults to openGL being on<br> in the example app</li> <li>Changed the way the preview is displayed to do a boxrotation on the preview widget.<br> Still a race condition here that means sometimes it doesn't update correctly.</li> </ul> pinkfish tag:github.com,2008:Repository/258865908/0.3.0 2020-07-01T01:11:45Z Fix android's use of the camera2 api <ul> <li>BREAKING CHANGE: moved the useOpenGL call to the initialiation<br> of the sytem and not to each call.</li> <li>Allow the recording/streaming to work independently on<br> android.</li> <li>Change how the recroding/streaming happens to avoid issues with<br> the camera2 api.</li> </ul> pinkfish tag:github.com,2008:Repository/258865908/0.2.3 2020-06-09T01:36:48Z Fix android restart <ul> <li>Fix restarting on android. Can stop and restart now and it all works.</li> </ul> pinkfish tag:github.com,2008:Repository/258865908/0.2.2 2020-06-01T07:55:18Z Fix streaming on android No content. pinkfish tag:github.com,2008:Repository/258865908/0.2.1 2020-06-01T02:41:13Z Fix issues with Android <ul> <li>Add in github workflows to test/publish the package</li> <li>Copy the video encoder from the pedro library and update<br> to make it not message with sizes for the surface, but<br> include the rotation to make rotation work without opengl.</li> <li>Fix up issues with stopping on Android.</li> </ul> pinkfish tag:github.com,2008:Repository/258865908/0.2.0 2020-05-29T02:18:50Z Using openGL for better rendering <ul> <li>Fixed up issues with the stopVideoStreaming api.</li> <li>Added a flag to use an openGL surface on android to allow for<br> correct rotation when encoding, also sets up to do filters.</li> </ul> pinkfish tag:github.com,2008:Repository/258865908/0.1.6 2020-05-18T20:54:24Z Android fixed and working <p>Android correctly sending video to the rtmp servers.</p> pinkfish