Trouble playing a network stream
Posted: 14 Jul 2014 00:47
I am trying to play some streams from a proprietary media server. Basically when you present an address like this: "http://192.168.42.13:8080/Files/Downloa ... 49842ae135" you are given a file to download. if you visit that site with a browser, it immediately starts to download a .mp4 file.
This works in VLC Media Player 2.1.3 as well, up to a point... if the file goes over 4mb VLC Media Player will no longer play the file.
Example: I have two URLs that pull down 2 different mp4s... one slightly less than 4mb (A) and one slightly more then 4mp (B). The larger one (B) won't play. Both URLs are pasted and run in VLC Media Player exactly the same way and the debug output is nearly the same up until the point B goes all wrong.
A
Thank you.
This works in VLC Media Player 2.1.3 as well, up to a point... if the file goes over 4mb VLC Media Player will no longer play the file.
Example: I have two URLs that pull down 2 different mp4s... one slightly less than 4mb (A) and one slightly more then 4mp (B). The larger one (B) won't play. Both URLs are pasted and run in VLC Media Player exactly the same way and the debug output is nearly the same up until the point B goes all wrong.
A
Baccess_http debug: this frame size=3658225
Aaccess_http debug: this frame size=4254300
Bavcodec debug: detected format: mov,mp4,m4a,3gp,3g2,mj2
main debug: selecting program id=0
avcodec debug: adding es: video codec = h264 (28)
avcodec debug: adding es: audio codec = mp4a (86018)
avcodec debug: AVFormat supported stream
avcodec debug: - format = mov,mp4,m4a,3gp,3g2,mj2 (QuickTime / MOV)
avcodec debug: - start time = 0
avcodec debug: - duration = 20303000
main debug: using demux module "avcodec"
Aavcodec debug: detected format: mov,mp4,m4a,3gp,3g2,mj2
main warning: AStreamSeekStream: can't seek
avcodec warning: we were not allowed to seek, or EOF
main debug: selecting program id=0
avcodec debug: adding es: video codec = h264 (28)
avcodec debug: adding es: audio codec = mp4a (86018)
avcodec debug: AVFormat supported stream
avcodec debug: - format = mov,mp4,m4a,3gp,3g2,mj2 (QuickTime / MOV)
avcodec debug: - start time = -1
avcodec debug: - duration = 23664000
main debug: using demux module "avcodec"
Bmain debug: `http://192.168.42.13:8080/IpavAdmin/Dow ... 9d213b4aa8' successfully opened
main debug: Buffering 0%
main debug: Buffering 0%
main debug: Buffering 0%
main debug: Buffering 0%
main debug: Buffering 5%
What's wrong here? Why is VLC MP have a hard time playing the slightly larger video?main debug: `http://192.168.42.13:8080/IpavAdmin/Dow ... 4fb846ae3a' successfully opened
main warning: AStreamSeekStream: can't seek
avcodec warning: we were not allowed to seek, or EOF
main debug: EOF reached
main debug: finished input
main debug: object waitpipe triggered
main debug: removing module "avcodec"
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) stopped
main debug: killing decoder fourcc `h264', 0 PES in FIFO
Thank you.