FAQ  •  Register  •  Login

UE32D5700: impossible to read MPEG-2 TS

<<

pierrep

Streaming enthusiast

Posts: 41

Joined: Sun Jun 12, 2011 6:59 am

Location: Grenoble - France

Post Fri Aug 26, 2011 9:46 am

UE32D5700: impossible to read MPEG-2 TS

Hello

I have a UE32D5700 correctly recognized by Serviio as a Samsung TV C/D series
I'm running Serviio 0.5.2 on a Linux Fedora 15 server
When trying to read a digital TV recording made with my Freebox Internet box, I receive an error message "Invalid file format" from the Samsung TV

I captured details of such a video file with "ffmpeg -i"
  Code:
Input #0, mpegts, from 'TestServiioFreebox.ts':
  Duration: 00:00:35.20, start: 75685.450967, bitrate: 3719 kb/s
  Program 1537
  Program 1538
  Program 1539
  Program 1540
  Program 1541
  Program 1542
  Program 1543
    Stream #0.0[0x2d0]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 64:45 DAR 16:9], 15000 kb/s, 25.60 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x2da](fra): Audio: mp2, 48000 Hz, stereo, s16, 192 kb/s
    Stream #0.2[0x2db](deu): Audio: mp2, 48000 Hz, stereo, s16, 112 kb/s
    Stream #0.3[0x2dc](eng): Audio: mp2, 48000 Hz, stereo, s16, 128 kb/s
    Stream #0.4[0x2dd](qad): Audio: mp2, 48000 Hz, stereo, s16, 128 kb/s
    Stream #0.5[0x2e4](fra): Subtitle: [6][0][0][0] / 0x0006
    Stream #0.6[0x2ee](fra): Subtitle: dvbsub (hearing impaired)
    Stream #0.7[0x2ef](fra): Subtitle: dvbsub
    Stream #0.8[0x307]: Data: [5][0][0][0] / 0x0005
    Stream #0.9[0x308]: Data: [5][0][0][0] / 0x0005
  Program 1790
  Program 1791

Any suggestion?
Thanks
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Fri Aug 26, 2011 6:48 pm

Re: UE32D5700: impossible to read MPEG-2 TS

not a clue i have not seen an ffmpeg output like that before.
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

pierrep

Streaming enthusiast

Posts: 41

Joined: Sun Jun 12, 2011 6:59 am

Location: Grenoble - France

Post Mon Aug 29, 2011 10:40 am

Re: UE32D5700: impossible to read MPEG-2 TS

Hello

Thanks for your reply
I join the "ffmpeg -i" result using ffmpeg on a Windows 7 PC (my 1st post was made using it on the Linux server where Serviio is installed)
Results are note the same ....
  Code:
Input #0, mpegts, from 'V:\0_TestServiioFreebox.ts':
  Duration: 00:00:35.0, start: 75685.559300, bitrate: 3731 kb/s
  Stream #0.0[0x2d0]: Video: mpeg2video, yuv420p, 720x576, 15000 kb/s, 25.00 fps (r)
  Stream #0.1[0x2da](fra): Audio: mp2, 48000 Hz, stereo, 192 kb/s
  Stream #0.2[0x2db](deu): Audio: mp2, 48000 Hz, stereo, 112 kb/s
  Stream #0.3[0x2dc](eng): Audio: mp2, 48000 Hz, stereo, 128 kb/s
  Stream #0.4[0x2dd](qad): Audio: mp2, 48000 Hz, stereo, 128 kb/s
  Stream #0.5[0x2ee](fra): Subtitle: dvbsub
  Stream #0.6[0x2ef](fra): Subtitle: dvbsub
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Aug 29, 2011 12:48 pm

Re: UE32D5700: impossible to read MPEG-2 TS

Don't know if Samsung support MPEG2 video with MPEG2 audio into a TS stream...
1:
You could try to transcode and remux "mp2" audio into ac3.
Adding:
<Matches container="mpegts" aCodec="mp2" />
into the Profile id="7" second video transcoding section:
<Video targetContainer="mpegts" targetACodec="ac3">
...
<Matches container="mpegts" aCodec="mp2" />
...
</Video>


2: You could also try with TsMuxer tool to remux the file into a new TS stream and check. (if good this is not a codec error but a container error)
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

pierrep

Streaming enthusiast

Posts: 41

Joined: Sun Jun 12, 2011 6:59 am

Location: Grenoble - France

Post Sun Sep 04, 2011 8:08 am

Re: UE32D5700: impossible to read MPEG-2 TS

Illico wrote:Don't know if Samsung support MPEG2 video with MPEG2 audio into a TS stream...
You could try to transcode and remux "mp2" audio into ac3.

Thanks a lot: your solution solved the problem

Return to Samsung

Who is online

Users browsing this forum: No registered users and 59 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.