Konrad Iturbe

Results 453 comments of Konrad Iturbe

yikes, I don't think you can get the PIN code without the LCD screen. you can set up the configuration using cal.txt : http://github.com/konradit/hero4hack

Use GoPro Labs, it will let you add a prefix. I also wrote an utility which helps you sort out the media files: https://github.com/konradit/mmt

FFmpeg-Android from Writing Minds. Learn to use it and adapt GoProStream to udp://127.0.0.1:1000 (see gopro-py-api). Then just play it using your favorite video library (I use Video view)

No. You need to stream udp://:8554 to localhost. See: https://github.com/KonradIT/gopro-py-api/blob/master/goprocam/GoProCamera.py#L784

``` ffmpeg -f mpegts -i udp://" + self.ip_addr + ":8554 -b 800k -r 30 -f mpegts ```

This weekend I'll release a quick PoC (if i even have time), school is killing me already.

Yes you're receiving data from the GoPro, now stream it to a localhost url (maybe read the docs on ffmpeg to understand how it works) and play the URL back...

Ok, let's settle this down. First, @chri1389 you must understand the mere basics of internet and computer networks, for this I recommend reading [Computer Networks - a top down approach](https://www.amazon.co.uk/Computer-Networking-Top-Down-Approach-International/dp/0273768964)...

@chri1389 seems like you commented something but I'm not able to see it. You got the preview to work? I tried using ExoPlayer, mPlayer and videoView but could not get...

@chri1389 you mean LibVLC? Haven't tried it, will do tomorrow.