CameraStreaming icon indicating copy to clipboard operation
CameraStreaming copied to clipboard

Android RTMP直播的例子(A demo for camera streaming H.264,AAC using RTMP on Android)

Results 7 CameraStreaming issues
Sort by recently updated
recently updated
newest added

`public void switchCamera() throws RuntimeException, IOException { if (Camera.getNumberOfCameras() == 1) throw new IllegalStateException("Phone only has one camera !"); boolean streaming = mStreaming; boolean previewing = mCamera!=null && mCameraOpenedManually; ```...

如果手机拍摄时是横屏landscape,那么flash播放端显示是正确的。 如果竖屏拍摄portrait,播放端图像旋转了90度,这个有办法解决吗?

能告诉我你的联系方式么?用你的这个推流库程序遇到些问题 。

1、请问编译最低使用SDK是4.1吗?运行平台是4.1吗? 2、/MyActivity/src/tv/inhand/rtmp/BasePacketizer.java中 public BasePacketizer() throws IOException { localSocket = new LocalSocket(); dataQueue = new LinkedBlockingDeque(MAX_QUEUE_SIZE); // LinkedBlockingDeque编译失败 this.is = new ParcelFileDescriptor.AutoCloseInputStream(localSocket.getReceiver()); } 源代码是LinkedBlockingDeque 编译失败,提示 Type '' operator is not allowed...

H264Packetizer consumer normal exit 01-27 17:44:39.985 31502-928/cn.jclive.CameraStreaming I/BasePacketizer: H264Packetizer producer running 01-27 17:44:39.985 31502-928/cn.jclive.CameraStreaming I/H264Packetizer: Skip MP4 header 01-27 17:44:39.985 31502-928/cn.jclive.CameraStreaming E/H264Packetizer: Packetizer out of sync ! Let's try to...

libstreaming是基于RSMP的,相比RTMP有什么缺点吗?

我今天拿下你的项目玩了下,发现在我的红米上表现不错。但是其他手机都卡的要死。延迟倒是不高,就是卡顿,还有无法播放的。