FAQ  •  Register  •  Login

No audio using Serviio with Sopcast in TX-L42E6EK

<<

roisiano

Serviio newbie

Posts: 4

Joined: Tue Nov 26, 2013 7:08 pm

Post Tue Nov 26, 2013 7:41 pm

No audio using Serviio with Sopcast in TX-L42E6EK

Hello:

I'm using Serviio for first time, and the main reason is because I wanted to see Sopcast channels in my Panasonic SmartTV (TX-L42E6EK).

I have configured Sopcast as a online video source (http://192.168.0.2:8902/) and I can see the Sopcast channels in the SmartTV with no problem, with different profiles (DirecTV, Generic DLNA, all the Viera profiles, including Panasonic 2013 ( viewtopic.php?f=13&t=12367 ), etc.), but I can't listen the audio.

Well... with "DirecTV HD-DVR" profile it seems that sound is OK... but the stream is not displayed at the right AR and video is not displayed well (a lot of "cuts"), so I can't use this profile.

I tried a lot of profiles (including the described before), and even adding/editing some lines in profiles.xml like:
viewtopic.php?f=11&t=6858&start=20#p50539

and other changes in profiles.xml that I have seen in "Panasonic" thread for other TVs, but still no audio at all.

Sopcast produces a "tv.ts" file and, in the channels that I wanted to see, audio is mp3 @ different bitrates.

If you want, I will post the log of Serviio, but I think that is not necessary in this case, because it seems that no profile is perfect for TX-L42E6EK.

Regards
<<

roisiano

Serviio newbie

Posts: 4

Joined: Tue Nov 26, 2013 7:08 pm

Post Fri Nov 29, 2013 10:35 pm

Re: No audio using Serviio with Sopcast in TX-L42E6EK

Well...

I suppose is a better way to do that, but editing DirecTV HD-DVR profile in this way:
<Profile id="6" name="DirecTV HD-DVR" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>.*DIRECTV.*</User-Agent>
</HttpHeaders>
<UPnPSearch>
<FriendlyName>^DIRECTV.*$</FriendlyName>
</UPnPSearch>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="192">
<Matches container="matroska" />
<Matches container="mp4" />
<Matches container="asf" />
<Matches container="avi" />
<Matches container="ogg" />
<Matches container="flv" />
<Matches container="3gp" />
<Matches container="rm" />
</Video>
<Audio targetContainer="mp3">
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="adts" />
<Matches container="mp4" /> <!-- iTunes store m4a files need to be transcoded to play -->
<Matches container="mp2" />
<Matches container="wavpack" />
<Matches container="mpc" />
<Matches container="ape" />
</Audio>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="192">
<Matches container="*" />
</Video>
</OnlineTranscoding>
<HardSubsTranscoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="mp2" maxVBitrate="8192" forceStereo="true" />
</HardSubsTranscoding>
</Profile>


sopcast files are played with sound.

Sure this is not the best/smart way to do that, but...

Return to Panasonic

Who is online

Users browsing this forum: No registered users and 7 guests

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