Thibault Beyou

Results 414 comments of Thibault Beyou

Hi, The reason it does not stream it that it can't write data to the server: ``` E/rtmpdroid( 4629): WriteN, RTMP send error 32 (136 bytes) E/rtmpdroid( 4629): WriteN, RTMP...

Hi, It is not exactly the same issue. Your issue happens in `connectStream` and the other happens when try to write data. What server are you trying to connect? Anyway,...

The main reasons `connectStream` errors happen is because: - the streamKey is not valid - the application name is not valid For the application name, please, verify that your URL...

@helendeguinion1 If the RTMP url is `rtmp://url/appName/streamKey`, just split it in 2 parts: - url = `rtmp://url/appName/` - streamKey = `streamKey` Otherwise find the streamKey on your server. @jokermt235 I...

Hi Tom, Could you share your code to have a look on this? As I undertand it, you have 2 issues: - preview is distorded on orientation changed (random). Do...

I could not find any relative issue in HaishinKit. Could you fork this repo and add a button to set preview orientation? Is your live stream correctly oriented when you...

Hi, Have you tried with v1.0.6? I just remember I made changed on the view for iOS. Instead of using a `MTHKView`, we directly implement a `NetStreamDrawable`. If that does...

hum, if there is an issue with the camera preview orientation, it migh be with NativeDeviceOrientation. This is the only part that deal with the preview orientation. The `camera` package...

But there isn't anything about the orientation in the stream: - See HK (drawable): https://github.com/shogo4405/HaishinKit.swift/blob/54694fe638e30a7fa0b3b72393871097cfbe6c57/Sources/Media/AVVideoIOUnit.swift#L386 - See FlutterTexture: https://github.com/apivideo/api.video-flutter-live-stream/blob/main/ios/Classes/FlutterTexture.swift Maybe in a specific case, the NativeDeviceOrientation have an odd orientation...