slavavdovichenko / MediaLibDemos3x

MediaLibiOS & Demos 3.x
201 stars 48 forks source link

Audio Bitrate #33

Open jackcook opened 9 years ago

jackcook commented 9 years ago

Noting that the old version of MediaLib had a method to change the audio bitrate of the stream, is there a way to modify the audio bitrate in this version of the library?

Thanks in advance :)

MattJustMatt commented 9 years ago

Would like to see this as well!

slavavdovichenko commented 9 years ago

I've added -(BOOL)setAudioBitrate:(uint)bitRate; method. Please try the libs from https://github.com/slavavdovichenko/MediaLibDemos3x

jackcook commented 9 years ago

Thank you so much! :smile:

MattJustMatt commented 9 years ago

I owe you a beer. Let me know next time you're in Seattle, haha.

MattJustMatt commented 9 years ago

@slavavdovichenko Using this new build the video streaming doesn't seem to be working. We're not getting any keyframes sent to the RTMP ingest and the stream infinitely loads waiting for a keyframe.