Hirdetés
- Fotók, videók mobillal
- iPhone topik
- Samsung Galaxy S22 Ultra - na, kinél van toll?
- Samsung Galaxy S25 Ultra - titán keret, acélos teljesítmény
- Xiaomi 15T - reakció nélkül nincs egyensúly
- Milyen okostelefont vegyek?
- Telekom mobilszolgáltatások
- Nothing Ear (3) - mikrofonpróba
- Google Pixel topik
- Bemutatkozott a Poco X7 és X7 Pro
-
Mobilarena
Arch Linux topik
Új hozzászólás Aktív témák
-
Archttila
veterán
válasz
_Dumber_
#8332
üzenetére
Szerintem a GStreamer-ben lesz a probléma.
Itt egy érdekes rész a doksiból:The buffer element has a low and high watermark expressed in bytes. The buffer uses the watermarks as follows:
The buffer element will post BUFFERING messages until the high watermark is hit. This instructs the application to keep the pipeline PAUSED, which will eventually block the srcpad from pushing while data is prerolled in the sinks.
When the high watermark is hit, a BUFFERING message with 100% will be posted, which instructs the application to continue playback.
When during playback, the low watermark is hit, the queue will start posting BUFFERING messages again, making the application PAUSE the pipeline again until the high watermark is hit again. This is called the rebuffering stage.
During playback, the queue level will fluctuate between the high and the low watermark as a way to compensate for network irregularities.
This buffering method is usable when the demuxer operates in push mode. Seeking in the stream requires the seek to happen in the network source. It is mostly desirable when the total duration of the file is not known, such as in live streaming or when efficient seeking is not possible/required.
The problem is configuring a good low and high watermark. Here are some ideas:
It is possible to measure the network bandwidth and configure the low/high watermarks in such a way that buffering takes a fixed amount of time.
The queue2 element in GStreamer core has the max-size-time property that, together with the use-rate-estimate property, does exactly that. Also the playbin buffer-duration property uses the rate estimate to scale the amount of data that is buffered.
Based on the codec bitrate, it is also possible to set the watermarks in such a way that a fixed amount of data is buffered before playback starts. Normally, the buffering element doesn't know about the bitrate of the stream but it can get this with a query.
Start with a fixed amount of bytes, measure the time between rebuffering and increase the queue size until the time between rebuffering is within the application's chosen limits.
The buffering element can be inserted anywhere in the pipeline. You could, for example, insert the buffering element before a decoder. This would make it possible to set the low/high watermarks based on time.
The buffering flag on playbin, performs buffering on the parsed data. Another advantage of doing the buffering at a later stage is that you can let the demuxer operate in pull mode. When reading data from a slow network drive (with filesrc) this can be an interesting way to buffer.Ebből arra következtetek, hogy arch-ék máshogyan lövik be default a low/high watermark értékeket, ezért akad a lejátszás. Viszont jó hír, hogy a Strawberry lehetőséget kínál mindkét érték módosítására, szóval elvileg kikísérletezhető a megfelelő beállítás.
Új hozzászólás Aktív témák
- Windows 10 11 Pro Office 19 21 Pro Plus Retail kulcs 1 PC Mac AKCIÓ! Automatikus 0-24
- Eredeti Microsoft termékek - MEGA Akciók! Windows, Office Pro Plus, Project Pro, Visio Pro stb.
- Árváltozás + játék DVD: Watch Dogs Deadsec Edititon
- MS SQL Server 2016, 2017, 2019
- Kaspersky, BitDefender, Avast és egyéb vírusírtó licencek a legolcsóbban, egyenesen a gyártóktól!
- Telefon felvásárlás!! Huawei P20 Lite/Huawei P20/Huawei P30 Lite/Huawei P30/Huawei P30 Pro
- PlayStation 4 Slim 1TB
- BESZÁMÍTÁS! GIGABYTE Z370P PRO i7 9700 16GB DDR4 512GB SSD RTX 2070 SUPER 8GB CM TD500 700W
- GYÖNYÖRŰ iPhone SE 2020 128GB Black -1 ÉV GARANCIA - Kártyafüggetlen, MS3588, 100% Akksi
- LG UltraGear Gaming Monitorok : BLACK NOVEMBER -30%
Állásajánlatok
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest
Cég: Laptopműhely Bt.
Város: Budapest
BoB

