Log in

View Full Version : need help about playing the stream file(.264)


magic_yunjiao
26th October 2010, 14:24
Do you nobody know which software can play the stream file(.264)?
I can use the " Elecard StreamEye" to play the stream file coded by one view point and analyse it one frame by one frame, but when I use it to play the .264 coded by mulitview coder(JMVC), it fails. You can see the picture in the attachment. Also, I can put it into "storm codec", it plays very fast to the end because the .264 file is small, so I can't analyse it one frame by one frame....
Anyone knows another advanced software , please tell me !
Thanks ! My e-mail :zhulinweiyuchang@gmail.com

Chikuzen
26th October 2010, 14:45
MPlayer or FFplay ?

blahapa
26th October 2010, 21:22
MPlayer or FFplay ?

I was solving this problem few months ago unfortunately without any positive results. MPlayer canīt play it and I wanted to test ffplay but it is maybe only for linux and I have no linux OS installed now so I cannot try this one.

Have anyone tryed ffplay? If you will be able to play .264 elementary stream just let me know.

nm
26th October 2010, 21:37
I was solving this problem few months ago unfortunately without any positive results. MPlayer canīt play it and I wanted to test ffplay but it is maybe only for linux and I have no linux OS installed now so I cannot try this one.

I think MPlayer and ffplay should work in a similar way when playing elementary streams. If one of them fails with your stream, the other one will too (if the libavcodec versions match). Both play normal H.264 elementary streams just fine, but your MVC streams aren't yet supported by libavcodec, I guess.

Maybe a sample clip would be in order?

wolfsoft
27th October 2010, 14:12
You should take .264 stream into .mp4 by mp4box

blahapa
27th October 2010, 19:43
Which software can play the stream file(.264)?


I have found DGAVCIndex:
http://www.digital-digest.com/software/download.php?sid=1462&ssid=0&did=1

My computer is playing my HD 50 Mbps .264 stream slowly but it is because the aplication DGAVCIndex is using only one core of my processor. Maybe you will succed with your video. It is also possible to view my video on FULL HD resolution unfortunately still in window.

Try and let us know.

rack04
27th October 2010, 20:03
I have found DGAVCIndex:
http://www.digital-digest.com/software/download.php?sid=1462&ssid=0&did=1

My computer is playing my HD 50 Mbps .264 stream slowly but it is because the aplication DGAVCIndex is using only one core of my processor. Maybe you will succed with your video. It is also possible to view my video on FULL HD resolution unfortunately still in window.

Try and let us know.

DGAVCIndex is an indexer and not a player. I suggest that you mux the raw stream into mp4 of mkv before playing.

blahapa
27th October 2010, 22:16
DGAVCIndex is an indexer and not a player.

True... I thought that. My problem was that I wanted to play this elementary .264 stream and than without any breaks mpeg2 .m2v file (50Mbps). There is maybe only one way how to do this:
VirtuaDub-conversion to uncompressed AVI and playing together from SSD harddisk:)

nm
27th October 2010, 23:17
If DGAVCIndex works with magic_yunjiao's file, so will ffmpeg and MPlayer. They all use the same lavc H.264 decoder, except that DGAVCIndex contains an ancient version. But I don't think it'll work if the stream is really MVC.

True... I thought that. My problem was that I wanted to play this elementary .264 stream and than without any breaks mpeg2 .m2v file (50Mbps). There is maybe only one way how to do this:

There are many ways. Firstly, output to raw video can be done with many tools and the raw files can then be combined. Or you could load both files to clips in an AviSynth script and add the clips together. The script file can be played back or re-encoded directly without writing intermediate files (except small indexes).

blahapa
28th October 2010, 21:50
If DGAVCIndex works with magic_yunjiao's file, so will ffmpeg and MPlayer.

Mplayer is not playing it fluently... Its seems to be very slow (my video is 20Mbps full HD).

In AviSynth I canīt join this 2 videos with another compression. Show me this if I am wrong but I canīt do it here. "Splice: Video formats dont match" will appear... If anyone show me how to do it, lets do it. Here are my videos:

Temporal link but fast:
http://leteckaposta.cz/376597421
file vid-DOOM9.rar

Slow link but everlasting:D:
blahapa.borec.cz/vid/vidDOOM9.rar

sneaker_ger
28th October 2010, 23:01
Try the following script (uses ffmpegsource and DGAVCDec):
A=FFVideoSource("beatles.m2v").ConvertToYV12()
B=AVCSource("cook.dga")
A+B

/edit: just saw that you're problem was already solved in another thread.

nm
28th October 2010, 23:10
Mplayer is not playing it fluently... Its seems to be very slow (my video is 20Mbps full HD).

If we're staying under this topic here, MPlayer is definitely faster than DGAVCIndex. And if it's not fast enough with H.264, link it against ffmpeg-mt.

blahapa
28th October 2010, 23:18
/edit: just saw that you're problem was already solved in another thread.

Yeeh ... sorry that I put it in two threads...