yne / opentube-psp

Youtube player for the Playstation Portable
4 stars 2 forks source link

Strange behaviors with flv muxed files #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to make opentube works with http streaming from vlc and use it as a 
video player for video transcoded through VLCShares 
(https://code.google.com/p/vlc-shares/)

The problem is that i'm facing some strange behaviour with http streaming with 
flv mux generated by vlc. I try to explain it better by example:

I downloaded a youtube file that play fine in OpenTube 
(http://www.youtube.com/watch?v=E1v2PtoxwNo) (fmt=34, the same used by OpenTube)

[mediainfo extended log of the downloaded file attached: 
video.ftm34.original.log]

Notable infos:
Mux: FLV
Video: H264 Main Profile Level 3.0 636x360
Audio: AAC LC

Then i tried to stream it over http through vlc using:

vlc "FILENAME" 
--sout="#std{access=http{mime=x-flv},mux=ffmpeg{mux=flv}},dst=:8081/stream"

OpenTube give "no codec found". (No transcoding is done by vlc, only remux 
because required. Codecs are the same as original file)

So I stored the stream in a file using:

vlc "FILENAME" --sout="#std{access=file,mux=ffmpeg{mux=flv}},dst=stream"

[mediainfo extended log of the streamed file attached: video.ftm34.streamed.log]

Mux: FLV
Video: H264 Main Profile Level 3.0 640x368
Audio: AAC LC

Then I tried to access both files through Apache Webserver as normal file: 
original one still play fine, streamed (and remuxed while streaming) still give 
"no codec found" error.

As last test I remuxed the file in mp4 format and played through Apache 
Webserver: OpenTube give "tooBig" error. So, codecs found, but sizes are not 
fine (I could reduce sizes and retry to reproduce it, but it's useless because 
mp4 mux isn't allowed for live streaming that is what i want to archive).

As side note: all files play fine in normal video player (both streamed and 
normal files).

I know you don't want to work on OpenTube anymore, but solving this issue could 
be a little thing that can open doors for huge possibilities

Original issue reported on code.google.com by ximarx@gmail.com on 7 Nov 2011 at 12:01

Attachments:

GoogleCodeExporter commented 9 years ago
Could you please tell me how to compile opentube because, I'm only getting some 
prx files and an eboot.
when I'm playing the eboot it looks like the old version of biscotte's opentube.
I will attach the files that i get when compiling.

Could you please help me.

Original comment by jefsl...@gmail.com on 15 Nov 2011 at 10:59

Attachments: