libstreaming icon indicating copy to clipboard operation
libstreaming copied to clipboard

A solution for streaming H.264, H.263, AMR, AAC using RTP on Android

Results 112 libstreaming issues
Sort by recently updated
recently updated
newest added

https://github.com/rubygems/rubygems/blob/3.3/bundler/CHANGELOG.md

* Convert it to a Gradle project * Introduce a CI

Brother, the delay is a bit serious, about 2 to 3 seconds, this effect is too bad, simply can not be used, is there any solution?

B

2 comment

J Username This name is invalid! This field is required! email Please enter a valid email! {{ gender }} Your Hobbies Add Hobby Please enter valid data! Submit

Team worker interesting

it don't work when i set it streaming video over multicast. anybody can do this?

I have the following application: MainActivity: ``` import net.majorkernelpanic.streaming.Session; import net.majorkernelpanic.streaming.SessionBuilder; import net.majorkernelpanic.streaming.gl.SurfaceView; import net.majorkernelpanic.streaming.rtsp.RtspServer; import android.app.Activity; import android.content.Intent; import android.content.SharedPreferences.Editor; import android.content.pm.ActivityInfo; import android.os.Bundle; import android.preference.PreferenceManager; import android.util.Log; import...

Hi All, Does this project stopped? Looks No activities for years. If deprecated any good alternative? Thanks Deshan

I already created an app with the library but no audio at all in VLC. Why it happen? My code in MainActivity.java ``` package my.intellij.androidrtp; import android.content.Intent; import android.content.SharedPreferences; import...