Mario Guggenberger

Results 64 comments of Mario Guggenberger

I have no experience with that myself but while the Aurio core should be quite easily portable to Mono/Linux, the I/O modules (file reading and playback) will not be. `Aurio.FFmpeg`,...

Thanks. There hasn't been any update from my side because I'm not using this any longer - which is also why there most likely won't be any further updates. But...

I used this to send Spotify music from my computer to my home theatre receiver and switched to a Chromecast when Spotify added Chromecast support.

LocalAudioBroadcast sends the audio data to the renderer as fast as possible (except for a 100ms startup delay) so there is nothing done (e.g. buffering) that might introduce a lag....

Hi, and thank you! I cannot say at this point if I am going to implement this, but I can answer the rest: It is definitely possible to implement, and...

It is not possible out of the box but would be easily possible with a small addition to the `MediaExtractor` to support the [`MediaDataSource`](https://developer.android.com/reference/android/media/MediaExtractor#setDataSource(android.media.MediaDataSource)) - on API 23+.

Unfortunately RTSP is not supported. #65

Oh sorry, I missed that. Sure, you're welcome to open a PR!

This is usually done with additionally supplied image sprites or a low resolution and low framerate video - it is thus unrelated to the actual video playback of the video...

Yes, MPX does not implement the `setVideoScalingMode` API method. To maintain the aspect ratio, you can extend the `TextureView` and override `onMeasure` like I am doing in the [`VideoView` here](https://github.com/protyposis/MediaPlayer-Extended/blob/5225e50aa7a11b439abae35371fe79dd5dcd080f/MediaPlayer/src/main/java/net/protyposis/android/mediaplayer/VideoView.java#L231),...