news 28 Posted May 15, 2010 Rygel 0.6.0 (The Way We Weren't) is out! This release marks the start of the new stable release-cycle. Changes since 0.5.2: - Localization: - Fix translation framework. - Mark all (possibly) user-visible string for translation. - Use more translator-friendly language. - Provide comments for translators. - Correctly case abbreviations. - Translations: - German (de) 100% - Slovenian (sl): 100% - Spanish (es): 57% - Fix time-seeking. - Fix a potential race-condition in aborted HTTP requests. - Don't stream if request is for subtitles. - Use bigger (64Ki) buffers when streaming from gstreamer source element. - Remux only if transcoding is not needed. - Configuration option for specifying plugin load path. - Add configuration from Environment. - Fix port specification through commandline. - Add and expose Rygel logo. - Pause streaming pipeline when/if client isn't reading fast enough. - Add more unit tests. - Use gnome-autogen.sh. - Add missing libuuid to build and linker flags for all plugins. - Plugins are now able to provide a model description. - MediaExport: - File size change suggests file change. - Move media DB and metadata harvesting code from core to module as this is the only module that is using it. - External plugin now sets model description. - Lots of non-functional improvements and fixes. Dependency-related changes: - Sqlite now only needed for media-export plugin. Bugs fixed in this release: 617762 Wrong file size exported to PS3 590649 LiveResponse does not rate limit the GStreamer pipeline 615834 Uses ALL_LINGUAS in configure.ac 616189 Translation issues 617750 Only re-encode audio and video when necessary All contributors to this release: Zeeshan Ali (Khattak) Jens Georg Mario Blättermann Jorge González Andrej ŽnidaršiĠDownload source tarball here: http://ftp.gnome.org/pub/GNOME/sources/rygel/0.6/ ----- What is Rygel? Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak), implemented through a plug-in mechanism. UPnP in simplest words is a set of protocols that defines how different devices on a home network can seamlessly (without or with minimum configuration) communicate with each other. UPnP AV defines how multimedia systems could be built on top of that. DLNA in simple words is a long list of rules that implementers must comply to if they want to achieve interoperability with other implementations in the market. More info at: http://live.gnome.org/Rygel -- Regards, Zeeshan Ali (Khattak) FSF member#5124 _______________________________________________ Share this post Link to post
123123 0 Posted July 29, 2011 I am using Linux Debian. and Panasonic TV plasma it have Ethernet connection and DLNA support. howto configurate: 0) create local network between your device and PC with ethernet connection. Configure your DLNA device. 1)rygel-preference - to create configuration file /home/user/.config/rygel.conf 2) ryge.conf: interface=eth0 # The port to run HTTP server on. 0 means dynamic. port=6666 - you should open this port in your firewall (i am using Gufw) [MediaExport] enabled=true uris=/home/user/TVrygel/work (dont use many urls - it will save time for startup) 3) Create folder /home/user/TVrygel/work 4) make links to your video files (codec of video files should be compatible to your TV) and plave it to /home/user/TVrygel /home/user/TVrygel - links to files ( rygel dont using it.) /home/user/TVrygel/work - links or files in usage - dont place many files or links here 5) console command - rygel 6) copy links which u want to use in /home/user/TVrygel/work (if u place some files to /home/user/TVrygel/work before 5) that files will have more chances to be opened in Panasonic TV and more chances to brake rygel sturtup.) I dont knew how it working XD Share this post Link to post