This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'rubygems' | |
| require 'zip/zip' | |
| puts "hello from ruby "*20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.mmg.mlive.media; | |
| import android.view.SurfaceHolder; | |
| public class StreamerDemo { | |
| public void setVideoFormat(int width, int height, int frameRate) { | |
| } | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.mmg.mlive.media; | |
| import android.hardware.Camera; | |
| import android.view.SurfaceHolder; | |
| public class CameraUtil { | |
| public CameraUtil getInstance() { | |
| return null; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.mmg.mlive.media; | |
| import java.io.IOException; | |
| import com.mmg.mlive.activity.R; | |
| import android.app.Activity; | |
| import android.os.Bundle; | |
| import android.os.Environment; | |
| import android.util.Log; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FFmpeg: | |
| Requirement: | |
| yasm faad2-devel faac-devel lame-devel opencore-amr-devel openjpeg-devel libtheora-devel libvpx-devel libvorbis-devel xvidcore-devel | |
| Configure: | |
| Medium configuration: | |
| $ ./configure --prefix=/usr --disable-static --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-x11grab --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid | |
| With debug: | |
| $ --enable-debug=gdb3 --disable-stripping |
NewerOlder