tongzhengtong
tongzhengtong
啥时候安利一波 IOS用户哇,大佬~~~~
在VlcPlayer这个类中onEventNative方法的case MediaPlayer.Event.TimeChanged:的时候可以获取到 ` String t = event.getTimeChanged() + ""; 只是需要吧获取到的时间长度格式化已下 /** * 将长度转换为时间 * * @param timeMs * @return */ public static String stringForTime(int timeMs) { //18565 StringBuilder mFormatBuilder =...
> 直接改源码打包实现,简单粗暴 不太懂底层 大佬,能更新下,提供个api吗,我们直接调用,辛苦大佬~~~
我改了ip和port 还是不行,UDP该如何操作? | | tongzhengtong | | ***@***.*** | 签名由网易邮箱大师定制 在2021年6月21日 ***@***.***> 写道: 要去client,修改服务端的IP地址(修改成,你手机对应的ip),才能连接上,我的Demo是TCP的,没有UDP连接 ------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2021年6月21日(星期一) 下午5:43 收件人: ***@***.***>; 抄送: ***@***.***>; 主题: [aLittleGreens/NettyDemo] 有木有面向UDP的,长链接,为什么我的tcp服务器端发送的消息,应用端不显示?求大佬解惑,有点蒙蔽 (#22) 有木有面向UDP的,长链接,为什么我的tcp服务器端发送的消息,应用端不显示?求大佬解惑,有点蒙蔽 —...
I'm also looking for a player for RTSP and RTMP live streaming. I'm currently using VLC for my project, with recording and screenshots. (我也想找rtsp 和rtmp直播流的播放器,目前自己项目中使用的是VLC,带有录制和截图功能.)
播放录制需要自行实现---->指的是自己修改源代码吗?这个真心不太会,博主能加这个功能?
一样一样,识别很慢
> 原因是cn.bingoogolapple.qrcode.core.BGAQRCodeUtil中public static Bitmap getDecodeAbleBitmap(String picturePath)方法内部对图片进行了压缩,导致失败失败,可以将下面int sampleSize = options.outHeight / 400;中sampleSize值改小点就可以了 public static Bitmap getDecodeAbleBitmap(String picturePath) { try { BitmapFactory.Options options = new BitmapFactory.Options(); options.inJustDecodeBounds = true; BitmapFactory.decodeFile(picturePath, options); int...
--------------------------------------------------------------------------------------------------------------------------------- Hello author, I have a problem now. My App pushes the audio stream in the foreground for voice call. After 12 minutes or 20 minutes of talk time, the...
Hello, I encountered a problem when I was using RtmpOnlyAudio to develop voice calls. When I started to push the stream to apply for voice rights, the user allowed the...