-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported Codecs Not Reliably Transcoded #66
Comments
Which version of the plugin are you on? There were some changes to transcoding in v3. |
I see we did recently update to version 3.0.0 of the dlna plugin. Not sure what version I had before, but the last time I tested was before the update so it was older than v3. I will retest and update with the results. |
Hi, I have version 4.0.0 installed and have problems with my Panasonic TV model nummer "tx-55as750w". Transcoding does not work. I created a thread in jellyfin forum and the moderator pointed me to this open issue. I have mkv files with H265 codex. The TV cannot play H265. when choosing the file it also shows MPEG2-TS. Transoding to MP4 is not possible. I created a profile but it is not honored. Also the default profile is not working. Are you still working on a solution? Here is the link to the forum thread and logs if this help -> https://forum.jellyfin.org/t-dlna-profile-for-transcoding |
I added some logging to |
log.zip I realy appriciate your work. you guys are amazing in what you do. Regards |
glad youre able to see the profile being picked up now. im not yet well versed on specific transcoding profile settings, but it looks like your file container is an mkv from the log
and your attached profile doesnt have that specified as a transcodingprofile container, i only see mp3, mp4 and jpeg |
unfortunately I am also new to making a dnla profile :-( Do you know where or in which forum I can find someone with more experience creating this profiles? |
i do know that you have to edit the transcodingprofile container you want to take effect, from there you set the options you want ffmpeg to pull in and use. i know that works because i transcoded flac to mp3 the other day and before i added the transcodingprofile container for flac it was using directplay. im not fully sure what youre trying to accomplish though. does the media not play on your device with a directplay profile and thats why you are trying to transcode to an mp4? |
try this in your transcodingprofiles section in the xml, it seemed to transcode the mkv file i was using. tweak the rest of the value to your liking
output while playing
|
hi, why is this line working for you but not for me. can you give me the whole xml please. Do you also use windows on your server? Could this be a OS thiing? Shhould I try a docker container? |
Try this, i edited the one you attached previously. Check what the output stream shows in the ffmpeg log, dont focus only on the file extension, i think there may be something going on incorrectly with the extension which is a different issue. the output stream should show what its encoding output actually is, like i have above. no windows, im using docker container on linux, doubt its related to OS, there was no entry in your profile to handle the mkv container. |
still not working :-( |
hi. I tested a little bit with the formats on my tv. It looks like the panasonic have problems with ts format. Would it be possible for me to change the output to mkv with h264 video or mp4? I converted my h265 movie with ffmpeg to both formats and they worked just fine. Where is this code in the plugin? Maybe I can change the ffmpeg command to my liking? Or would you be so king and make a option where users could have a choice for formats for dlna server transcoding. Of course I don't know how much work this is for you but this would be great and I would really appreciate this. |
I cant be sure at the moment but that might be a part of JF server core and not handled by the plugin, someone smarter than me at this might need to take a look. I think I noticed that the transcode might use the same extension as the source for some reason even if the format/container isnt the same. |
I installed the plugin a few days ago and watched a few videos on my PS3 with limited issues. The MPEG4 videos were properly transcoded and presented on the PS3 as DivX video codec. I noted at the time that many other videos were presenting on the PS3 as MPEG-2 TS. Attempting to play those videos resulted in "The data type is not supported" message on the PS3.
Checking back in today, even less videos can be played. Most videos have the MPEG-2 TS video codec and are unplayable; including videos which showed up as DivX just a few days ago. Only a couple of videos are playable with the DivX codec.
The text was updated successfully, but these errors were encountered: