Search found 18 matches

by demaciado
Tue Apr 21, 2015 10:15 am
Forum: [C] Software
Topic: nYouTubeHD3D extended
Replies: 71
Views: 85024

Re: nYouTubeHD3D extended

I did not check my TV today, but I'm pretty sure that today's "Bye-bye, YouTube Data API v2"
(h__p://youtube-eng.blogspot.it/2015/04/bye-bye-youtube-data-api-v2.html)
makes nYouTubeHD3D useless until someone comes up with an update using Data API v3....
by demaciado
Fri Sep 27, 2013 12:17 pm
Forum: [C] Software
Topic: nYouTubeHD3D extended
Replies: 71
Views: 85024

Re: nYouTubeHD3D extended

I checked this morning and playback does not start (I don't have a log, so I don't know if it's a 500 or other error). nStreamVOD YT isn't working either. It seems that other have problems, too : h__p://productforums.google.com/forum/#!categories/youtube/smart-tvs If and when it will be back any cha...
by demaciado
Wed Sep 11, 2013 11:33 am
Forum: [C] Software
Topic: nYouTubeHD3D extended
Replies: 71
Views: 85024

Re: nYouTubeHD3D extended

Regarding fixes for nYouTube3DHD,
am I wrong or changing the aspect ratio
(as it is possible in nStreamVOD with the P.Size key)
was not added yet ?
by demaciado
Sat Sep 07, 2013 8:22 pm
Forum: [C] Software
Topic: nYouTubeHD3D extended
Replies: 71
Views: 85024

Re: nYouTubeHD3D extended

Video duration can be recovered by replacing

Code: Select all

if ( videoType.indexOf("mp4") > -1  ) {
with

Code: Select all

if ( videoType.indexOf("mp4") > -1  || videoType.indexOf("3gp")>-1 ) {
in file ucc.js ...

Now, only TV library is not working...
by demaciado
Mon Jun 17, 2013 9:44 am
Forum: [C] Software
Topic: nYouTubeHD3D extended
Replies: 71
Views: 85024

Re: nYouTubeHD3D extended

If I understand it well, C-series has partial support for (some flavors of) HLS, see hxxp://www.samsungdforum.com/Devtools/Spec . nStreamPlayer/nStreamVOD can deal with some HLS streams, right ? Regarding nYouTubeHD3D extended, is it now possible to sort videos according to date, for example giving ...
by demaciado
Mon Jun 10, 2013 7:30 pm
Forum: [C] Software
Topic: nYouTubeHD3D extended
Replies: 71
Views: 85024

Re: nYouTubeHD3D extended

Very good !

I'd love to watch the live channels (hxxp://www.youtube.com/live/all) as well !

BTW, did you keep the "always the best quality" nYouTubeHD3D policy, or now it is possibile for example to choose 720p over 1080p ?

Keep up the good work !
by demaciado
Thu May 23, 2013 1:49 pm
Forum: [C] Support
Topic: List of available apps?
Replies: 3
Views: 4218

Re: List of available apps?

If you search ... you'll find something ;)

384 Samsung C-Serie Widgets
viewtopic.php?f=12&t=1840

Internet@TV Change CountryCode EasyWAY! USA included :)
viewtopic.php?f=12&t=1757&hilit=289#p15319
by demaciado
Sun Apr 14, 2013 6:55 pm
Forum: [D] Firmware
Topic: rtmpgw - RTMP media gateway for Samsung TV
Replies: 29
Views: 40979

Re: [SOLVED] rtmpgw - RTMP media gateway for Samsung TV

The high CPU load from rtmpgw when running in background is a known issue, see for example http://stream-recorder.com/forum/rtmpgw-spiking-processor-run-background-solved-t15398.html. Insted of commenting out the whole function, I'd rather fix it like this: TFTYPE controlServerThread(void *unused) {...
by demaciado
Fri Apr 12, 2013 9:15 am
Forum: [C] Support
Topic: Firmware downgrade for LED UE46C7000WP
Replies: 24
Views: 22237

Re: Firmware downgrade for LED UE46C7000WP

I did not notice the size difference.
Looking at the archive contents, it's mainly due to differently sized appdata.img.sec,

Anyway, go with "SamyGo's" T-VALDEUC_0000.zip, it's from a reliable source ;)
and tested by many users...

Go to advanced search