grolschie wrote:How about from network/Request.java then?
chocolateboy wrote:Consult the source or shagrath.
grolschie wrote:How about from network/Request.java then?
chocolateboy wrote:Consult the source or shagrath.
art wrote:Is it possible to stream rtmp video like this web site
// XXX
// this profile is for PMSEncoder 1.1.0
// it is/will be incompatible with later versions
// it a) won't work with and b) will *break* later versions of PMSEncoder
// use at your own risk!
config {
profile ('ZDF Mediathek') {
pattern {
// 1) extract the base URI by removing the trailing "#..." (if present)
match uri: '(?<uri>http://www\\.zdf\\.de/[^#]+)'
}
action {
// 2) append "?flash=off" to get the "HTML" version of the page
let uri: '$uri?flash=off'
// 3) extract the HQ .mov URI from the "HTML" version of the page
scrape 'href="(?<uri>http://hstreaming\\.zdf\\.de/zdf/veryhigh/[^"]+)"'
// 4) extract the RTSP URI from the .mov file (plain text "reference movie")
scrape '(?<uri>rtsp://\\S+)'
// MEncoder needs this to work with some (most?) routers
set 'rtsp-stream-over-tcp'
}
}
}
Trace.txt wrote:java.io.FileNotFoundException: pmsencoder.log (Access is denied)
Return to General Help and Support
Users browsing this forum: Bing [Bot] and 17 guests