Re: [Live-devel] Trying to convert a .264 file into a .ts file then index it

2015-07-17 Thread Ross Finlayson
> On Jul 12, 2015, at 6:54 PM, Benoît Kessabian > wrote: > > I used one of the files you provided on your web site: slamtv60.264 > > It works for me. Make sure that both the “.ts” and “.tsx” file

Re: [Live-devel] Trying to convert a .264 file into a .ts file then index it

2015-07-12 Thread Benoît Kessabian
I used one of the files you provided on your web site: slamtv60.264 [2] Le 10.07.2015 21:00, Ross Finlayson a écrit : >> i also tried to produce a .ts file with testH264VideoToTransportStream and index it with MPEG2TransportStreamingIndexer, same results. > Please put your ".264" file on a (

Re: [Live-devel] Trying to convert a .264 file into a .ts file then index it

2015-07-10 Thread Ross Finlayson
> i also tried to produce a .ts file with testH264VideoToTransportStream and > index it with MPEG2TransportStreamingIndexer, same results. > Please put your “.264” file on a (publicly-accessible) web server, and send us the URL, so I can download and test this myself. Ross Finlayson Live Networ

[Live-devel] Trying to convert a .264 file into a .ts file then index it

2015-07-06 Thread Benoît Kessabian
Hello, I'm currently trying to implement a rtsp streaming server. In my server, I convert a .264 file into a .ts file and then index the .ts file to allow trick play (based on your test programs). But when I try to watch the stream with vlc, the trick play is not allowed. Is it a known issue