Closed fukemy closed 6 years ago
Hi. After searching in Bilibili Ijkplayer i think the problem is we forgot to enable demuxer for rtsp. Can you modify it? @jiaxianhua
export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-protocol=rtp" export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-demuxer=rtsp" export COMMON_FF_CFG_FLAGS="$COMMON_FF_CFG_FLAGS --enable-protocol=tcp"
@fukemy I'm sorry for later.
I update it to 1.1.4 with you code support rtsp.
and test it with your project, it works.
you can try it now.
pod 'ijkplayerssl', '~> 1.1.4'
yeah. thanks u very much. But i got this error:
CocoaPods could not find compatible versions for pod "ijkplayerssl":
In Podfile:
ijkplayerssl (~> 1.1.4)
May be i have to wait a few days before the pod already publish
$ pod repo update
Updating spec repo `master`
update the cocoapods repo. then you can find it.
1.1.4
or 1.1.3
use the same framework, so change 1.1.4
to 1.1.3
also works. @fukemy
it's worked. tks
Hello. Today i write a project again, that just play rtsp link, but dont know why it's failled. pod file:
error:
Tested in VLC player with url "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov" -> run normal
i zipped project, can u take a look. Tks.
iCameraConfig.zip
UPDATE: i tested url "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov" in your sample project but can not run too