FAQ  •  Register  •  Login

Stream .trp files to BDP-S370?

<<

grolschie

DLNA master

Posts: 695

Joined: Tue Jun 28, 2011 4:02 am

Post Sun Aug 07, 2011 9:01 pm

Stream .trp files to BDP-S370?

Hello,

The output from ffmpeg -i:
  Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "K:\PVR\955823405.trp"
ffmpeg version N-31480-g8bc3a48, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jul 14 2011 22:35:52 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-librtmp --extra-libs='
-lrtmp -lpolarssl -lws2_32 -lwinmm' --arch=x86 --enable-runtime-cpudetect --enab
le-pthreads --target-os=mingw32 --cross-prefix=i686-mingw32- --pkg-config=pkg-co
nfig
  libavutil    51. 11. 0 / 51. 11. 0
  libavcodec   53.  8. 0 / 53.  8. 0
  libavformat  53.  6. 0 / 53.  6. 0
  libavdevice  53.  2. 0 / 53.  2. 0
  libavfilter   2. 25. 0 /  2. 25. 0
  libswscale    2.  0. 0 /  2.  0. 0
Input #0, mpegts, from 'K:\PVR\955823405.trp':
  Duration: 02:30:00.65, start: 62191.666589, bitrate: 9684 kb/s
  Program 897
    Metadata:
      service_name    : SBS ONE
      service_provider: SBS
  Program 898
    Metadata:
      service_name    : SBS TWO
      service_provider: SBS
  Program 899
    Metadata:
      service_name    : SBS 3
      service_provider: SBS
  Program 900
    Metadata:
      service_name    : SBS 4
      service_provider: SBS
  Program 901
    Metadata:
      service_name    : SBS HD
      service_provider: SBS
    Stream #0.0[0x66]: Video: mpeg2video (Main), yuv420p, 1280x720 [PAR 1:1 DAR
16:9], 90000 kb/s, 50 fps, 50 tbr, 90k tbn, 100 tbc
    Stream #0.1[0x67](eng): Audio: mp2, 48000 Hz, stereo, s16, 192 kb/s
    Stream #0.2[0x29](eng): Subtitle: [6][0][0][0] / 0x0006
  Program 910
    Metadata:
      service_name    : SBS Radio 1
      service_provider: SBS
  Program 911
    Metadata:
      service_name    : SBS Radio 2
      service_provider: SBS
At least one output file must be specified


The codecs will vary depending on the channel, but most should be playable by the Sony BDP-S370 without transcoding i.e. are codecs that the device can play when told it's an .avi file. How can I configure Serviio to recognize these please?

Thanks in advance.
Last edited by grolschie on Wed Aug 10, 2011 7:36 pm, edited 2 times in total.
Using Serviio on Debian "Wheezy" with Xbox 360, Sony BDP-S370 & Panasonic E6.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Aug 07, 2011 9:51 pm

Re: Stream .trp files with 0.6 beta 2?

rename it to .ts
<<

grolschie

DLNA master

Posts: 695

Joined: Tue Jun 28, 2011 4:02 am

Post Sun Aug 07, 2011 9:57 pm

Re: Stream .trp files with 0.6 beta 2?

Thanks zip. I have quite a few of these. Is it possible to manually add the .trp extension somewhere? Thanks.
Using Serviio on Debian "Wheezy" with Xbox 360, Sony BDP-S370 & Panasonic E6.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Aug 07, 2011 9:58 pm

Re: Stream .trp files with 0.6 beta 2?

no, but I can add it to the code for next version
<<

grolschie

DLNA master

Posts: 695

Joined: Tue Jun 28, 2011 4:02 am

Post Sun Aug 07, 2011 10:03 pm

Re: Stream .trp files with 0.6 beta 2?

Brilliant. Thank you very much. :D

I have renamed a few to .ts for now and will test them. These are from a Hyundai AH3110 which is a DVB-T/DVB-S/DVB-S2 USB PVR. So the files will have various codecs and resolutions depending on the source.
Using Serviio on Debian "Wheezy" with Xbox 360, Sony BDP-S370 & Panasonic E6.
<<

grolschie

DLNA master

Posts: 695

Joined: Tue Jun 28, 2011 4:02 am

Post Sun Aug 07, 2011 10:15 pm

Re: Stream .trp files with 0.6 beta 2?

No go so far. The files appear in the list, but fail to play.

EDIT: The message on the player is: "The file is corrupt or unsupported".

The error log when adding the 3 files:
  Code:
2011-08-08 09:59:54,281 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item 955823405.ts
2011-08-08 09:59:54,281 DEBUG [MediaItemDAOImpl] Media item 955823405.ts doesn't exist in DB yet
2011-08-08 09:59:54,296 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2011-08-08 09:59:54,296 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: K:\PVR\955823405.ts
2011-08-08 09:59:54,296 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: K:\PVR\955823405.ts
2011-08-08 09:59:54,296 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i K:\PVR\955823405.ts
2011-08-08 09:59:54,421 DEBUG [MediaItemDAOImpl] Getting file of media item 3104
2011-08-08 09:59:54,421 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3104) and extractor EMBEDDED
2011-08-08 09:59:54,515 DEBUG [MediaItemDAOImpl] Getting file of media item 3105
2011-08-08 09:59:54,531 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3105) and extractor EMBEDDED
2011-08-08 09:59:54,625 DEBUG [MediaItemDAOImpl] Getting file of media item 3106
2011-08-08 09:59:54,625 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3106) and extractor EMBEDDED
2011-08-08 09:59:54,750 DEBUG [MediaItemDAOImpl] Getting file of media item 3107
2011-08-08 09:59:54,750 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3107) and extractor EMBEDDED
2011-08-08 09:59:54,859 DEBUG [MediaItemDAOImpl] Getting file of media item 3108
2011-08-08 09:59:54,859 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3108) and extractor EMBEDDED
2011-08-08 09:59:54,953 DEBUG [MediaItemDAOImpl] Getting file of media item 3109
2011-08-08 09:59:54,953 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3109) and extractor EMBEDDED
2011-08-08 09:59:55,062 DEBUG [MediaItemDAOImpl] Getting file of media item 3110
2011-08-08 09:59:55,062 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3110) and extractor EMBEDDED
2011-08-08 09:59:55,171 DEBUG [MediaItemDAOImpl] Getting file of media item 3111
2011-08-08 09:59:55,171 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3111) and extractor EMBEDDED
2011-08-08 09:59:55,218 WARN  [VideoExtractionStrategy] Cannot find a valid timestamp in the transport stream packet, setting it to NONE
2011-08-08 09:59:55,234 DEBUG [LibraryManager] Metadata found via extractor EMBEDDED: VideoMetadata [title=955823405, filePath=K:\PVR\955823405.ts, fileSize=10895293652, audioBitrate=192, audioCodec=MP2, audioStreamIndex=1, bitrate=9684, channels=2, container=MPEG2TS, contentType=UNKNOWN, coverImage=null, duration=9000, episodeNumber=null, fps=50, frequency=48000, h264Level=null, h264Profile=null, height=720, seasonNumber=null, seriesName=null, timestampType=NONE, videoBitrate=90000, videoCodec=MPEG2, videoStreamIndex=0, width=1280]
2011-08-08 09:59:55,234 DEBUG [VideoService] Adding video into database: 955823405
2011-08-08 09:59:55,265 DEBUG [MediaItemDAOImpl] Getting file of media item 3112
2011-08-08 09:59:55,265 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3112) and extractor EMBEDDED
2011-08-08 09:59:55,375 DEBUG [MediaItemDAOImpl] Getting file of media item 3113
2011-08-08 09:59:55,375 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3113) and extractor EMBEDDED
2011-08-08 09:59:55,468 DEBUG [MediaItemDAOImpl] Getting file of media item 3114
2011-08-08 09:59:55,484 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3114) and extractor EMBEDDED
2011-08-08 09:59:55,578 DEBUG [MediaItemDAOImpl] Getting file of media item 3115
2011-08-08 09:59:55,593 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3115) and extractor EMBEDDED
2011-08-08 09:59:55,750 DEBUG [MediaItemDAOImpl] Getting file of media item 3116
2011-08-08 09:59:55,750 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3116) and extractor EMBEDDED
2011-08-08 09:59:55,843 DEBUG [GenreDAOImpl] Reading a Genre (name = Unknown)
2011-08-08 09:59:55,859 DEBUG [MediaItemDAOImpl] Getting file of media item 3117
2011-08-08 09:59:55,859 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3117) and extractor EMBEDDED
2011-08-08 09:59:55,875 DEBUG [GenreService] Genre Unknown found
2011-08-08 09:59:55,875 DEBUG [VideoDAOImpl] Creating a new Video (title = 955823405)
2011-08-08 09:59:55,953 DEBUG [MediaItemDAOImpl] Getting file of media item 3118
2011-08-08 09:59:55,953 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3118) and extractor EMBEDDED
2011-08-08 09:59:56,062 DEBUG [MediaItemDAOImpl] Getting file of media item 3119
2011-08-08 09:59:56,062 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3119) and extractor EMBEDDED
2011-08-08 09:59:56,156 DEBUG [MediaItemDAOImpl] Getting file of media item 3120
2011-08-08 09:59:56,187 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3120) and extractor EMBEDDED
2011-08-08 09:59:56,312 DEBUG [MediaItemDAOImpl] Getting file of media item 3121
2011-08-08 09:59:56,312 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3121) and extractor EMBEDDED
2011-08-08 09:59:56,312 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 4871 as DIRECTOR
2011-08-08 09:59:56,312 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-08-08 09:59:56,421 DEBUG [MediaItemDAOImpl] Getting file of media item 3122
2011-08-08 09:59:56,453 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3122) and extractor EMBEDDED
2011-08-08 09:59:56,453 DEBUG [PersonDAOImpl] Checking if person 357 has a role DIRECTOR for media item 4871
2011-08-08 09:59:56,546 DEBUG [MediaItemDAOImpl] Getting file of media item 3123
2011-08-08 09:59:56,562 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3123) and extractor EMBEDDED
2011-08-08 09:59:56,671 DEBUG [MediaItemDAOImpl] Getting file of media item 3124
2011-08-08 09:59:56,671 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3124) and extractor EMBEDDED
2011-08-08 09:59:56,687 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 4871 as PRODUCER
2011-08-08 09:59:56,687 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-08-08 09:59:56,687 DEBUG [PersonDAOImpl] Checking if person 357 has a role PRODUCER for media item 4871
2011-08-08 09:59:56,687 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 4871 as ACTOR
2011-08-08 09:59:56,687 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-08-08 09:59:56,687 DEBUG [PersonDAOImpl] Checking if person 357 has a role ACTOR for media item 4871
2011-08-08 09:59:56,703 DEBUG [MetadataDescriptorDAOImpl] Creating a new MetadataDescriptor (type = EMBEDDED, mediaItemId = 4871)
2011-08-08 09:59:56,750 INFO  [LibraryAdditionsCheckerThread] Added file '955823405.ts' (title: 955823405) to Library
2011-08-08 09:59:56,765 DEBUG [LibraryAdditionsCheckerThread] Found file '956792852.ts', checking if it's already in the Library
2011-08-08 09:59:56,765 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item 956792852.ts
2011-08-08 09:59:56,765 DEBUG [MediaItemDAOImpl] Media item 956792852.ts doesn't exist in DB yet
2011-08-08 09:59:56,765 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2011-08-08 09:59:56,765 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: K:\PVR\956792852.ts
2011-08-08 09:59:56,765 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: K:\PVR\956792852.ts
2011-08-08 09:59:56,765 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i K:\PVR\956792852.ts
2011-08-08 09:59:56,765 DEBUG [MediaItemDAOImpl] Getting file of media item 3125
2011-08-08 09:59:56,765 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3125) and extractor EMBEDDED
2011-08-08 09:59:56,921 DEBUG [MediaItemDAOImpl] Getting file of media item 3126
2011-08-08 09:59:56,937 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3126) and extractor EMBEDDED
2011-08-08 09:59:57,046 DEBUG [MediaItemDAOImpl] Getting file of media item 3127
2011-08-08 09:59:57,046 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3127) and extractor EMBEDDED
2011-08-08 09:59:57,062 WARN  [VideoExtractionStrategy] Cannot find a valid timestamp in the transport stream packet, setting it to NONE
2011-08-08 09:59:57,062 DEBUG [LibraryManager] Metadata found via extractor EMBEDDED: VideoMetadata [title=956792852, filePath=K:\PVR\956792852.ts, fileSize=67557732, audioBitrate=64, audioCodec=MP2, audioStreamIndex=1, bitrate=2036, channels=1, container=MPEG2TS, contentType=UNKNOWN, coverImage=null, duration=265, episodeNumber=null, fps=26.47, frequency=48000, h264Level=null, h264Profile=null, height=576, seasonNumber=null, seriesName=null, timestampType=NONE, videoBitrate=15000, videoCodec=MPEG2, videoStreamIndex=0, width=544]
2011-08-08 09:59:57,062 DEBUG [VideoService] Adding video into database: 956792852
2011-08-08 09:59:57,062 DEBUG [GenreDAOImpl] Reading a Genre (name = Unknown)
2011-08-08 09:59:57,062 DEBUG [GenreService] Genre Unknown found
2011-08-08 09:59:57,062 DEBUG [VideoDAOImpl] Creating a new Video (title = 956792852)
2011-08-08 09:59:57,078 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 4872 as DIRECTOR
2011-08-08 09:59:57,078 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-08-08 09:59:57,078 DEBUG [PersonDAOImpl] Checking if person 357 has a role DIRECTOR for media item 4872
2011-08-08 09:59:57,093 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 4872 as PRODUCER
2011-08-08 09:59:57,093 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-08-08 09:59:57,093 DEBUG [PersonDAOImpl] Checking if person 357 has a role PRODUCER for media item 4872
2011-08-08 09:59:57,093 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 4872 as ACTOR
2011-08-08 09:59:57,093 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-08-08 09:59:57,093 DEBUG [PersonDAOImpl] Checking if person 357 has a role ACTOR for media item 4872
2011-08-08 09:59:57,171 DEBUG [MediaItemDAOImpl] Getting file of media item 3128
2011-08-08 09:59:57,171 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3128) and extractor EMBEDDED
2011-08-08 09:59:57,187 DEBUG [MetadataDescriptorDAOImpl] Creating a new MetadataDescriptor (type = EMBEDDED, mediaItemId = 4872)
2011-08-08 09:59:57,187 INFO  [LibraryAdditionsCheckerThread] Added file '956792852.ts' (title: 956792852) to Library
2011-08-08 09:59:57,203 DEBUG [LibraryAdditionsCheckerThread] Found file '990351009.ts', checking if it's already in the Library
2011-08-08 09:59:57,203 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item 990351009.ts
2011-08-08 09:59:57,218 DEBUG [MediaItemDAOImpl] Media item 990351009.ts doesn't exist in DB yet
2011-08-08 09:59:57,218 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2011-08-08 09:59:57,218 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: K:\PVR\990351009.ts
2011-08-08 09:59:57,218 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: K:\PVR\990351009.ts
2011-08-08 09:59:57,218 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i K:\PVR\990351009.ts
2011-08-08 09:59:57,296 DEBUG [MediaItemDAOImpl] Getting file of media item 3129
2011-08-08 09:59:57,312 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3129) and extractor EMBEDDED
2011-08-08 09:59:57,421 DEBUG [MediaItemDAOImpl] Getting file of media item 3130
2011-08-08 09:59:57,421 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3130) and extractor EMBEDDED
2011-08-08 09:59:57,515 DEBUG [MediaItemDAOImpl] Getting file of media item 3131
2011-08-08 09:59:57,515 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3131) and extractor EMBEDDED
2011-08-08 09:59:57,687 DEBUG [MediaItemDAOImpl] Getting file of media item 3132
2011-08-08 09:59:57,687 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3132) and extractor EMBEDDED
2011-08-08 09:59:57,781 DEBUG [MediaItemDAOImpl] Getting file of media item 3133
2011-08-08 09:59:57,796 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3133) and extractor EMBEDDED
2011-08-08 09:59:57,875 WARN  [VideoExtractionStrategy] Cannot find a valid timestamp in the transport stream packet, setting it to NONE
2011-08-08 09:59:57,875 DEBUG [VideoExtractionStrategy] Retrieving H264 profile/level for file '990351009.ts'
2011-08-08 09:59:57,875 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve H264 header for file: K:\PVR\990351009.ts
2011-08-08 09:59:57,875 DEBUG [ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i K:\PVR\990351009.ts -vframes 1 -vcodec copy -f h264 -an pipe:
2011-08-08 09:59:57,890 DEBUG [MediaItemDAOImpl] Getting file of media item 3134
2011-08-08 09:59:57,890 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3134) and extractor EMBEDDED
2011-08-08 09:59:58,031 DEBUG [MediaItemDAOImpl] Getting file of media item 3135
2011-08-08 09:59:58,031 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3135) and extractor EMBEDDED
2011-08-08 09:59:58,187 DEBUG [MediaItemDAOImpl] Getting file of media item 3136
2011-08-08 09:59:58,265 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3136) and extractor EMBEDDED
2011-08-08 09:59:58,312 WARN  [VideoExtractionStrategy] Couldn't resolve H264 profile/level/ref_frames for file '990351009.ts' because Sequence parameter set header was not recognized
2011-08-08 09:59:58,312 DEBUG [LibraryManager] Metadata found via extractor EMBEDDED: VideoMetadata [title=990351009, filePath=K:\PVR\990351009.ts, fileSize=4867069516, audioBitrate=null, audioCodec=AAC, audioStreamIndex=1, bitrate=4402, channels=2, container=MPEG2TS, contentType=UNKNOWN, coverImage=null, duration=8843, episodeNumber=null, fps=57.59, frequency=48000, h264Level=null, h264Profile=null, height=1080, seasonNumber=null, seriesName=null, timestampType=NONE, videoBitrate=null, videoCodec=H264, videoStreamIndex=0, width=1920]
2011-08-08 09:59:58,312 DEBUG [VideoService] Adding video into database: 990351009
2011-08-08 09:59:58,312 DEBUG [GenreDAOImpl] Reading a Genre (name = Unknown)
2011-08-08 09:59:58,312 DEBUG [GenreService] Genre Unknown found
2011-08-08 09:59:58,312 DEBUG [VideoDAOImpl] Creating a new Video (title = 990351009)
2011-08-08 09:59:58,328 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 4873 as DIRECTOR
2011-08-08 09:59:58,328 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-08-08 09:59:58,328 DEBUG [PersonDAOImpl] Checking if person 357 has a role DIRECTOR for media item 4873
2011-08-08 09:59:58,390 DEBUG [MediaItemDAOImpl] Getting file of media item 3137
2011-08-08 09:59:58,406 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 3137) and extractor EMBEDDED
2011-08-08 09:59:58,406 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 4873 as PRODUCER
2011-08-08 09:59:58,406 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-08-08 09:59:58,406 DEBUG [PersonDAOImpl] Checking if person 357 has a role PRODUCER for media item 4873
2011-08-08 09:59:58,406 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 4873 as ACTOR
2011-08-08 09:59:58,406 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-08-08 09:59:58,406 DEBUG [PersonDAOImpl] Checking if person 357 has a role ACTOR for media item 4873
2011-08-08 09:59:58,421 DEBUG [MetadataDescriptorDAOImpl] Creating a new MetadataDescriptor (type = EMBEDDED, mediaItemId = 4873)
2011-08-08 09:59:58,421 INFO  [LibraryAdditionsCheckerThread] Added file '990351009.ts' (title: 990351009) to Library


The error log when playing the 3 files:
  Code:
2011-08-08 10:04:53,921 DEBUG [VideoDeliveryEngine] Delivering file '955823405.ts' in native format
2011-08-08 10:04:53,921 DEBUG [MediaItemDAOImpl] Getting file of media item 4871
2011-08-08 10:04:53,921 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 4871) as read
2011-08-08 10:04:53,953 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2011-08-08 10:04:53,953 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 1024
2011-08-08 10:04:53,953 DEBUG [ResourceTransportRequestHandler] Sending file back
2011-08-08 10:04:53,953 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Content-Range: bytes 0-1023/10895293652,Content-Length: 1024,Date: Sun, 07 Aug 2011 22:04:53 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/0.6-SNAPSHOT,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
2011-08-08 10:04:56,375 DEBUG [WebServer] Incoming connection from /192.168.100.60:57672
2011-08-08 10:04:56,406 DEBUG [WebServer] Incoming connection from /192.168.100.60:57673
2011-08-08 10:04:56,468 DEBUG [ResourceTransportRequestHandler] HEAD /resource/4872/MEDIA_ITEM/MPEG_TS_SD_NA_ISO$0 HTTP/1.1, headers = [Host: 192.168.100.1:8895,Accept: */*,getcontentFeatures.dlna.org: 1,X-AV-Physical-Unit-Info: pa="Blu-ray Disc Player",X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="Blu-ray Disc Player"; mv="2.0"]]
2011-08-08 10:04:56,468 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.100.60
2011-08-08 10:04:56,468 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.100.60, Profile=Sony BD Player'
2011-08-08 10:04:56,484 DEBUG [ResourceTransportRequestHandler] Request for resource 4872 and type 'MEDIA_ITEM' received
2011-08-08 10:04:56,484 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 4872 (local)
2011-08-08 10:04:56,484 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4872)
2011-08-08 10:04:56,484 DEBUG [VideoDAOImpl] Reading a Video (id = 4872)
2011-08-08 10:04:56,484 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 4872, format MPEG_TS_SD_NA_ISO and profile Sony BD Player
2011-08-08 10:04:56,484 DEBUG [ResourceTransportRequestHandler] Sending HEAD response back
2011-08-08 10:04:56,484 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/mpeg,Content-Length: 67557732,Date: Sun, 07 Aug 2011 22:04:56 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/0.6-SNAPSHOT,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
2011-08-08 10:04:56,500 DEBUG [ResourceTransportRequestHandler] GET /resource/4872/MEDIA_ITEM/MPEG_TS_SD_NA_ISO$0 HTTP/1.1, headers = [Host: 192.168.100.1:8895,Accept: */*,Range: bytes=0-1023,getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Streaming,X-AV-Physical-Unit-Info: pa="Blu-ray Disc Player",X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="Blu-ray Disc Player"; mv="2.0"]]
2011-08-08 10:04:56,500 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.100.60
2011-08-08 10:04:56,500 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.100.60, Profile=Sony BD Player'
2011-08-08 10:04:56,500 DEBUG [ResourceTransportRequestHandler] Request for resource 4872 and type 'MEDIA_ITEM' received
2011-08-08 10:04:56,500 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 4872 (local)
2011-08-08 10:04:56,500 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4872)
2011-08-08 10:04:56,500 DEBUG [VideoDAOImpl] Reading a Video (id = 4872)
2011-08-08 10:04:56,500 DEBUG [VideoDeliveryEngine] Delivering item '4872' for client 'IPAddress=/192.168.100.60, Profile=Sony BD Player'
2011-08-08 10:04:56,500 DEBUG [VideoDeliveryEngine] Delivering file '956792852.ts' in native format
2011-08-08 10:04:56,500 DEBUG [MediaItemDAOImpl] Getting file of media item 4872
2011-08-08 10:04:56,500 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 4872) as read
2011-08-08 10:04:56,500 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.100.60:
2011-08-08 10:04:56,500 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.100.60
2011-08-08 10:04:56,500 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2011-08-08 10:04:56,500 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 1024
2011-08-08 10:04:56,500 DEBUG [ResourceTransportRequestHandler] Sending file back
2011-08-08 10:04:56,500 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Content-Range: bytes 0-1023/67557732,Content-Length: 1024,Date: Sun, 07 Aug 2011 22:04:56 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/0.6-SNAPSHOT,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA_ISO;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
2011-08-08 10:04:56,656 DEBUG [ContentDirectory] Browse() called for renderer Sony BD Player (profile 10) with parameters: objectID = V_F#FOL_R8, browseFlag = BrowseDirectChildren, filter = av:mediaClass,dc:title,dc:date,@childCount,upnp:class,res,res@resolution,res@protocolInfo,res@size,res@duration,res@bitrate,res@dlna:ifoFileURI, startIndex = 3, count = 10, sortCriteria =
2011-08-08 10:04:56,656 DEBUG [FolderDAOImpl] Getting number of sub-Folders in folder null
2011-08-08 10:04:56,656 DEBUG [VideoDAOImpl] Retrieving list of videos for folder 699 (from=3, count=10)
2011-08-08 10:04:56,671 DEBUG [FolderDAOImpl] Getting number of VIDEO sub-folders and media items in folder 'root'
2011-08-08 10:04:56,671 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2011-08-08 10:04:56,687 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2011-08-08 10:04:58,156 DEBUG [WebServer] Incoming connection from /192.168.100.60:57674
2011-08-08 10:04:58,250 DEBUG [ResourceTransportRequestHandler] HEAD /resource/4873/MEDIA_ITEM/AVC_TS_MP_HD_AAC_MULT5_ISO$1 HTTP/1.1, headers = [Host: 192.168.100.1:8895,Accept: */*,getcontentFeatures.dlna.org: 1,X-AV-Physical-Unit-Info: pa="Blu-ray Disc Player",X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="Blu-ray Disc Player"; mv="2.0"]]
2011-08-08 10:04:58,250 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.100.60
2011-08-08 10:04:58,250 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.100.60, Profile=Sony BD Player'
2011-08-08 10:04:58,250 DEBUG [ResourceTransportRequestHandler] Request for resource 4873 and type 'MEDIA_ITEM' received
2011-08-08 10:04:58,250 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 4873 (local)
2011-08-08 10:04:58,250 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4873)
2011-08-08 10:04:58,250 DEBUG [VideoDAOImpl] Reading a Video (id = 4873)
2011-08-08 10:04:58,250 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 4873, format AVC_TS_MP_HD_AAC_MULT5_ISO and profile Sony BD Player
2011-08-08 10:04:58,250 DEBUG [ResourceTransportRequestHandler] Sending HEAD response back
2011-08-08 10:04:58,250 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 200 OK, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Length: 4867069516,Date: Sun, 07 Aug 2011 22:04:58 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/0.6-SNAPSHOT,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]
2011-08-08 10:04:58,265 DEBUG [ResourceTransportRequestHandler] GET /resource/4873/MEDIA_ITEM/AVC_TS_MP_HD_AAC_MULT5_ISO$1 HTTP/1.1, headers = [Host: 192.168.100.1:8895,Accept: */*,Range: bytes=0-1023,getcontentFeatures.dlna.org: 1,Pragma: getIfoFileURI.dlna.org,transferMode.dlna.org: Streaming,X-AV-Physical-Unit-Info: pa="Blu-ray Disc Player",X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="Blu-ray Disc Player"; mv="2.0"]]
2011-08-08 10:04:58,265 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.100.60
2011-08-08 10:04:58,265 DEBUG [ResourceTransportRequestHandler] Resource request accepted. Using client 'IPAddress=/192.168.100.60, Profile=Sony BD Player'
2011-08-08 10:04:58,265 DEBUG [ResourceTransportRequestHandler] Request for resource 4873 and type 'MEDIA_ITEM' received
2011-08-08 10:04:58,265 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 4873 (local)
2011-08-08 10:04:58,265 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 4873)
2011-08-08 10:04:58,265 DEBUG [VideoDAOImpl] Reading a Video (id = 4873)
2011-08-08 10:04:58,265 DEBUG [VideoDeliveryEngine] Delivering item '4873' for client 'IPAddress=/192.168.100.60, Profile=Sony BD Player'
2011-08-08 10:04:58,265 DEBUG [VideoDeliveryEngine] Delivering file '990351009.ts' in native format
2011-08-08 10:04:58,265 DEBUG [MediaItemDAOImpl] Getting file of media item 4873
2011-08-08 10:04:58,265 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 4873) as read
2011-08-08 10:04:58,265 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2011-08-08 10:04:58,265 DEBUG [ResourceTransportRequestHandler] Creating stream entity with length: 1024
2011-08-08 10:04:58,265 DEBUG [ResourceTransportRequestHandler] Sending file back
2011-08-08 10:04:58,265 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/vnd.dlna.mpeg-tts,Content-Range: bytes 0-1023/4867069516,Content-Length: 1024,Date: Sun, 07 Aug 2011 22:04:58 GMT,Server: Windows XP, UPnP/1.0 DLNADOC/1.50, Serviio/0.6-SNAPSHOT,Cache-control: no-cache,contentFeatures.dlna.org: DLNA.ORG_PN=MPEG_TS_SD_NA;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000,transferMode.dlna.org: Streaming]]


Output of ffmpeg -i for the 3 files:
  Code:
  libavcodec   53.  8. 0 / 53.  8. 0
  libavformat  53.  6. 0 / 53.  6. 0
  libavdevice  53.  2. 0 / 53.  2. 0
  libavfilter   2. 25. 0 /  2. 25. 0
  libswscale    2.  0. 0 /  2.  0. 0
Input #0, mpegts, from 'K:\PVR\955823405.ts':
  Duration: 02:30:00.65, start: 62191.666589, bitrate: 9684 kb/s
  Program 897
    Metadata:
      service_name    : SBS ONE
      service_provider: SBS
  Program 898
    Metadata:
      service_name    : SBS TWO
      service_provider: SBS
  Program 899
    Metadata:
      service_name    : SBS 3
      service_provider: SBS
  Program 900
    Metadata:
      service_name    : SBS 4
      service_provider: SBS
  Program 901
    Metadata:
      service_name    : SBS HD
      service_provider: SBS
    Stream #0.0[0x66]: Video: mpeg2video (Main), yuv420p, 1280x720 [PAR 1:1 DAR
16:9], 90000 kb/s, 50 fps, 50 tbr, 90k tbn, 100 tbc
    Stream #0.1[0x67](eng): Audio: mp2, 48000 Hz, stereo, s16, 192 kb/s
    Stream #0.2[0x29](eng): Subtitle: [6][0][0][0] / 0x0006
  Program 910
    Metadata:
      service_name    : SBS Radio 1
      service_provider: SBS
  Program 911
    Metadata:
      service_name    : SBS Radio 2
      service_provider: SBS
At least one output file must be specified

C:\Program Files\Serviio\lib>ffmpeg.exe -i "K:\PVR\956792852.ts"
ffmpeg version N-31480-g8bc3a48, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jul 14 2011 22:35:52 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-librtmp --extra-libs='
-lrtmp -lpolarssl -lws2_32 -lwinmm' --arch=x86 --enable-runtime-cpudetect --enab
le-pthreads --target-os=mingw32 --cross-prefix=i686-mingw32- --pkg-config=pkg-co
nfig
  libavutil    51. 11. 0 / 51. 11. 0
  libavcodec   53.  8. 0 / 53.  8. 0
  libavformat  53.  6. 0 / 53.  6. 0
  libavdevice  53.  2. 0 / 53.  2. 0
  libavfilter   2. 25. 0 /  2. 25. 0
  libswscale    2.  0. 0 /  2.  0. 0
[mpeg2video @ 018dc8e0] mpeg_decode_postinit() failure
    Last message repeated 8 times
[mpegts @ 017d9dc0] max_analyze_duration 5000000 reached at 5016000
Input #0, mpegts, from 'K:\PVR\956792852.ts':
  Duration: 00:04:25.36, start: 14152.641056, bitrate: 2036 kb/s
  Program 209
    Metadata:
      service_name    : ERT
      service_provider: D2
    Stream #0.0[0x83d]: Video: mpeg2video (Main), yuv420p, 544x576 [PAR 24:17 DA
R 4:3], 15000 kb/s, 26.47 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x8a1]: Audio: mp2, 48000 Hz, mono, s16, 64 kb/s
  Program 208
    Metadata:
      service_name    : TGN
      service_provider: D2
  Program 203
    Metadata:
      service_name    : Al Anwar
      service_provider: D2
  Program 205
    Metadata:
      service_name    : Oman TV
      service_provider: D2
  Program 204
    Metadata:
      service_name    : Abu Dhabi
      service_provider: D2
  Program 202
    Metadata:
      service_name    : SUN TV
      service_provider: D2
  Program 206
    Metadata:
      service_name    : Kurdsat
      service_provider: D2
  Program 212
    Metadata:
      service_name    : Russia Today
      service_provider: D2
  Program 210
    Metadata:
      service_name    : TVRI
      service_provider: D2
  Program 201
    Metadata:
      service_name    : RTS Belgrade
      service_provider: D2
  Program 211
    Metadata:
      service_name    : DUNA
      service_provider: D2
  Program 225
    Metadata:
      service_name    : Bangkok FM94
      service_provider: D2
  Program 226
    Metadata:
      service_name    : Net 105.8
      service_provider: D2
  Program 223
    Metadata:
      service_name    : Emirates FM
      service_provider: D2
  Program 224
    Metadata:
      service_name    : Oman Radio
      service_provider: D2
  Program 222
    Metadata:
      service_name    : Suryan FM
      service_provider: D2
  Program 228
    Metadata:
      service_name    : KISS FM
      service_provider: D2
  Program 227
    Metadata:
      service_name    : In Direct Romania
      service_provider: D2
  Program 231
    Metadata:
      service_name    : UCB Radio
      service_provider: D2
  Program 221
    Metadata:
      service_name    : K Mart Radio 1
      service_provider: D2
  Program 230
    Metadata:
      service_name    : K Mart Radio 2
      service_provider: D2
  Program 207
    Metadata:
      service_name    : TurkPlus
      service_provider: D2
  Program 232
    Metadata:
      service_name    : Radio Beograd
      service_provider: D2
At least one output file must be specified

C:\Program Files\Serviio\lib>ffmpeg.exe -i "K:\PVR\990351009.ts"
ffmpeg version N-31480-g8bc3a48, Copyright (c) 2000-2011 the FFmpeg developers
  built on Jul 14 2011 22:35:52 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-librtmp --extra-libs='
-lrtmp -lpolarssl -lws2_32 -lwinmm' --arch=x86 --enable-runtime-cpudetect --enab
le-pthreads --target-os=mingw32 --cross-prefix=i686-mingw32- --pkg-config=pkg-co
nfig
  libavutil    51. 11. 0 / 51. 11. 0
  libavcodec   53.  8. 0 / 53.  8. 0
  libavformat  53.  6. 0 / 53.  6. 0
  libavdevice  53.  2. 0 / 53.  2. 0
  libavfilter   2. 25. 0 /  2. 25. 0
  libswscale    2.  0. 0 /  2.  0. 0
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] non-existing PPS referenced
[h264 @ 018b9880] non-existing PPS 0 referenced
[h264 @ 018b9880] decode_slice_header error
[h264 @ 018b9880] no frame!
[h264 @ 018b9880] mmco: unref short failure
[NULL @ 018c9f40] start time is not set in av_estimate_timings_from_pts

Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1)
-> 50.00 (50/1)
Input #0, mpegts, from 'K:\PVR\990351009.ts':
  Duration: 02:27:23.25, start: 54925.746500, bitrate: 4402 kb/s
  Program 1200
    Metadata:
      service_name    : TV ONE
      service_provider: TVNZ
    Stream #0.0[0x118]: Video: h264 (Main), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9
], 57.59 fps, 50 tbr, 90k tbn, 50 tbc
    Stream #0.1[0x14a](eng): Audio: aac_latm, 48000 Hz, stereo, s16
    Stream #0.2[0x14f](ita): Audio: aac_latm, 48000 Hz, stereo, s16
    Stream #0.3[0x3ea]: Data: [11][0][0][0] / 0x000B
    Stream #0.4[0x3f2](eng): Subtitle: [6][0][0][0] / 0x0006
    Stream #0.5[0x447](eng): Subtitle: dvbsub (hearing impaired)
  Program 1201
    Metadata:
      service_name    : TV2
      service_provider: TVNZ
  Program 1202
    Metadata:
      service_name    : U
      service_provider: TVNZ
  Program 1203
    Metadata:
      service_name    : TVNZ 7
      service_provider: TVNZ
  Program 1252
    Metadata:
      service_name    : Homecast SSU
      service_provider: TVNZ
At least one output file must be specified

C:\Program Files\Serviio\lib>


The ffmpeg seems to have issues with the last file.
Using Serviio on Debian "Wheezy" with Xbox 360, Sony BDP-S370 & Panasonic E6.
<<

grolschie

DLNA master

Posts: 695

Joined: Tue Jun 28, 2011 4:02 am

Post Tue Aug 09, 2011 9:26 pm

Re: Stream .trp files with 0.6 beta 2?

So will ffmpeg not be able to play these? Or does the profile for the Sony BDP-S370 need to be modified? Thanks in advance.
Using Serviio on Debian "Wheezy" with Xbox 360, Sony BDP-S370 & Panasonic E6.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Aug 09, 2011 9:41 pm

Re: Stream .trp files with 0.6 beta 2?

i don't see any errors so it should be playable. Might be the profile, ask in the Sony forum, it should work with 0.5.2 as well (with .ts extnsion)
<<

grolschie

DLNA master

Posts: 695

Joined: Tue Jun 28, 2011 4:02 am

Post Tue Aug 09, 2011 10:05 pm

Re: Stream .trp files with 0.6 beta 2?

Thanks zip. No go with the .ts extension. Can this thread be moved to the Sony section please, or should I start a new thread?
Using Serviio on Debian "Wheezy" with Xbox 360, Sony BDP-S370 & Panasonic E6.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Aug 09, 2011 10:31 pm

Re: Stream .trp files with 0.6 beta 2?

I'll move it
<<

grolschie

DLNA master

Posts: 695

Joined: Tue Jun 28, 2011 4:02 am

Post Tue Aug 09, 2011 10:38 pm

Re: Stream .trp files

Many thanks. :-)
Using Serviio on Debian "Wheezy" with Xbox 360, Sony BDP-S370 & Panasonic E6.
<<

grolschie

DLNA master

Posts: 695

Joined: Tue Jun 28, 2011 4:02 am

Post Wed Aug 10, 2011 7:36 pm

Re: Stream .trp files?

Can anyone see why these .trp files, renamed to .ts files, would cause the "File is corrupt or unsupported" error on the BDP-S370 please?
Using Serviio on Debian "Wheezy" with Xbox 360, Sony BDP-S370 & Panasonic E6.
<<

pizzaguy541

Serviio lover

Posts: 89

Joined: Sun Jan 02, 2011 10:01 am

Location: United States

Post Fri Aug 12, 2011 10:15 am

Re: Stream .trp files to BDP-S370?

You could try renaming the .trp files to a .mpg extension.

If that doesn't work, a freeware program named SUPER is said to work by using it to convert to another format that can be played.

SUPER can be found at this link: http://www.videohelp.com/tools/SUPER
<<

grolschie

DLNA master

Posts: 695

Joined: Tue Jun 28, 2011 4:02 am

Post Sat Aug 13, 2011 12:20 am

Re: Stream .trp files to BDP-S370?

Hi. Thanks for that. I tried renaming as .mpg now, and same problem. The files I will be trying to play are:
* 720p MPEG2 with stereo MPEG audio
* 544x576i MPEG2 with mono MPEG audio
* 720p AVC Level 4 with HE-AAC audio
* 1080i AVC Level 4.1 with Dolby Digital 6 channel

VLC doesn't seem to be able to play these. Nero Showtime seems to, but not the HE-AAC audio.

I will try as .avi. I think the player should be able to play these codecs, right? Maybe not the HE-AAC audio though?
I don't really want to transcode the whole lot. If they could be streamed, remuxed or partially transcoded on-the-fly, that would be really cool. Thanks.

UPDATE: renaming to .avi doesn't work either.
Using Serviio on Debian "Wheezy" with Xbox 360, Sony BDP-S370 & Panasonic E6.

Return to Sony

Who is online

Users browsing this forum: No registered users and 38 guests

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