haiyangwu / mediasoup-client-android

mediasoup android client side library https://mediasoup.org
MIT License
179 stars 107 forks source link

Improved reporting when missing mime types #32

Closed rawnsley closed 4 years ago

rawnsley commented 4 years ago

While debugging the "invalid codec.mimeType" problem (#29) I found it useful to report the actual identifier of the missing mime type. Oddly the problem went away when I compiled with this change (i.e. I can now target the single armeabi-v7a ABI without seeing the problem at runtime. I doubt it was this change that fixed it, probably just compiling in a different environment.

haiyangwu commented 4 years ago

@rawnsley It's a nice improvement, but it's the code in https://github.com/versatica/libmediasoupclient, it would be nice the move this PR into libmediasoupclient.