Results 1 to 9 of 9

Thread: No video, just audio

  1. #1

    Default No video, just audio

    I'm pulling video from an external url and when tested using mplayer in Ubuntu, the video plays perfect, both audio and video in synch. But when I try the same url in Boxee, the audio plays, but the video is not appearing. If I pause the player, I get the image of the video, but when I play again, it's goes away.

    I'm setting the content type/Mime type in the code for the proper format:

    item = mc.ListItem(mc.ListItem.MEDIA_VIDEO_FEATURE_FILM)
    item.SetTitle(str(file['name']))
    item.SetLabel(str(file['name']))
    item.SetContentType(str(file['mimetype']))

    if int(file['type']) == 0:
    fileid = file['fileid']

    url = "https://service.pogoplug.com/svc/files/" + token + "/" + deviceid + "/" + serviceid + "/" + fileid + "/"
    item.SetPath(str(url))
    else:
    item.SetPath("")

    item.SetProperty("serviceid", str(serviceid))
    item.SetProperty("deviceid", str(deviceid))
    item.SetProperty("fileid", str(file['fileid']))
    item.SetProperty("parentid", str(file['parentid']))
    item.SetProperty("filetype", str(file['type']))
    item.SetProperty("valtoken", str(token))
    itemList.append(item)

    .
    .
    .

    print "Path: " + items[n].GetPath()

    if mc.GetPlayer().IsPlaying():
    mc.GetPlayer().Stop()

    mc.GetPlayer().Play( items[n] )

    I've seen other video play fine. Any help with how to set the player up properly is greatly appreciated.

    sgilliard

  2. #2
    Join Date
    Mar 2009
    Location
    Las Vegas, NV
    Posts
    1,994

    Default

    Tell us more about the video stream... where is it coming from? What is the URL? Are you getting this from a media server, web site or where? What is the file format of the stream? What are you trying to integrate with Boxee??

    iRoNBiLL
    Got questions about Navi-X??? Check our Navi-X Wiki at tinyurl.com/navixwiki for answers to even the toughest problems or drop us a note in our forums at http://www.navixtreme.com/forums and bookmark your question then check it later for an answer!

  3. #3

    Default

    iRoNBiLL

    I'm looking to pull video from the pogoPlug API. I have video/audio/photos on a external hdd attached to the pogoplug and the pogoplug api calls the video with the following format:

    https://service.pogoplug.com/svc/files/" + token + "/" + deviceid + "/" + serviceid + "/" + fileid + "/"

    Where the token is a validated user login token and the deviceid is the pogoplug device, service id is the drive attached to the pogoplug device and the file id is the actual file to view from the pogoplug. I cannot supply the url here, I can send you a private to a url.

    This all works fine in mplayer, the video is crisp from the above url that I output in the debug.log. The file formats are avi, mkv, etc.

    sgilliard

  4. #4
    Join Date
    Apr 2009
    Location
    Orbiting Venus
    Posts
    16,174

    Default

    Are you sure that the pogoplug isn't doing any transcoding for http video streams?

    Have you turned on debug logging on the Boxee Box and looked for issues there?
    Note: This is a users' community forum. For official support, submit a Support Request.
    You can also find out how to Get Help or read the Boxee TV and Boxee Box Documentation.

    SageTV Server 7.1.x w/Gemstone and Plex Home Theater v0.9.9.7.146 w/PlexPass
    HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output
    on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT)
    via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB
    Plex Media Server v0.9.7.22 on HP Touchsmart 600-1105xt
    Sonos Play:3, Connect / Simple.TV / Roku 2 XS+Plex / iPhone 5 / iPad 2

    "Some people just aren't happy unless they're disappointed or angry."

  5. #5

    Default

    This is the debug info that I get. I've altered the token in the url below so it will not work if you try it. I can send it to you privately if it helps. There is no transcoding on the pogoplug that I have. This is the software boxee that I'm running on linux. I'm using this to debug and develop as my boxee box is in another room.

    sgilliard

    20:10:29.346 T:2633993072 M:1825046528 DEBUG: GetWindowId - requested window id = 14000, for app id = com.gilliards.pogoplug (applaunch)
    20:10:29.346 T:2633993072 M:1825046528 DEBUG: GetWindowId - requested window id = 14000, for app id = com.gilliards.pogoplug, returning = 14502 (applaunch)
    20:10:29.346 T:2633993072 M:1825046528 DEBUG: XAPP::MC::GetWindow, requested window id = 14000, translated window id = 14502 (applaunch)
    20:10:29.354 T:2633993072 M:1824919552 DEBUG: CItemLoader::AddControl, 1 GUI_MSG_LOADING, window = 14502, control = 400 (basecontainer)
    20:10:29.361 T:2633993072 M:1824792576 DEBUG: CGUIBaseContainer::CGUIBaseContainer, GUI_MSG_LOADING, 400 (basecontainer)
    20:10:29.362 T:2633993072 M:1824792576 DEBUG: CGetDirectoryJob::ItemsLoaded, sending GUI_MSG_LABEL_BIND windowId [14502] controlId[400] size[3]
    20:10:29.362 T:2633993072 M:1824792576 DEBUG: GetWindowId - requested window id = 14000, for app id = com.gilliards.pogoplug (applaunch)
    20:10:29.362 T:2633993072 M:1824792576 DEBUG: GetWindowId - requested window id = 14000, for app id = com.gilliards.pogoplug, returning = 14502 (applaunch)
    20:10:29.362 T:2633993072 M:1824792576 DEBUG: XAPP::MC::GetWindow, requested window id = 14000, translated window id = 14502 (applaunch)
    20:10:29.363 T:3047171968 M:1824792576 DEBUG: CGUIBaseContainer::CGUIBaseContainer, GUI_MSG_LABEL_BIND, 400 , append=0 (basecontainer)
    20:10:29.363 T:3047171968 M:1824792576 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
    20:10:29.364 T:2633993072 M:1824792576 INFO: Scriptresult: Success
    20:10:29.364 T:2633993072 M:1824792576 INFO: XBPyPersistentThread::Process, iteration started (python)
    20:10:29.367 T:2602376048 M:1824792576 DEBUG: CVideoThumbLoader::LoadItem, strItemPath = https://service.pogoplug.com/svc/fil...lI4p360Lsb-Q0/, cachedThumb = special://masterprofile/profiles/sgilliard/Thumbnails/Video/f/f98699e1.tbn (thumb)
    20:10:29.369 T:2602376048 M:1824792576 DEBUG: CDirectoryCache::UpdateItem, CACHE updating dirPath = , cacheId = , item = 2012.mkv, path = https://service.pogoplug.com/svc/fil...lI4p360Lsb-Q0/ (dircache)
    20:10:29.369 T:2601323376 M:1824792576 DEBUG: CVideoThumbLoader::LoadItem, strItemPath = https://service.pogoplug.com/svc/fil...L-X3l7r3mrBbM/, cachedThumb = special://masterprofile/profiles/sgilliard/Thumbnails/Video/0/06896070.tbn (thumb)
    20:10:29.370 T:2601323376 M:1824792576 DEBUG: CDirectoryCache::UpdateItem, CACHE updating dirPath = , cacheId = , item = 2012 (2009).mkv, path = https://service.pogoplug.com/svc/fil...L-X3l7r3mrBbM/ (dircache)
    20:10:29.371 T:2722343792 M:1824792576 DEBUG: CVideoThumbLoader::LoadItem, strItemPath = https://service.pogoplug.com/svc/fil...5VSPlvdwmlvNk/, cachedThumb = special://masterprofile/profiles/sgilliard/Thumbnails/Video/f/ff459708.tbn (thumb)
    20:10:29.372 T:2722343792 M:1824792576 DEBUG: CDirectoryCache::UpdateItem, CACHE updating dirPath = , cacheId = , item = 2012 (2009) 720p x264.srt, path = https://service.pogoplug.com/svc/fil...5VSPlvdwmlvNk/ (dircache)
    20:10:32.225 T:3047171968 M:1823846400 DEBUG: CApplication::ExecuteAction, execute python action for window 14502 in app context: com.gilliards.pogoplug (python)
    20:10:32.225 T:3047171968 M:1823846400 DEBUG: XBPython::evalStringInContext... contextId = com.gilliards.pogoplug (python)

  6. #6

    Default

    Continued...


    20:10:32.225 T:3047171968 M:1823846400 DEBUG: XBPython::GetContext, found context for id = com.gilliards.pogoplug (python)
    20:10:32.226 T:2633993072 M:1823846400 INFO: XBPyPersistentThread::Process, running job (python)
    20:10:32.226 T:2633993072 M:1823846400 INFO: XBPyPersistentThread::Process, run script, (python)
    20:10:32.236 T:3047171968 M:1823719424 DEBUG: ------ Window Init (DialogProgress.xml) ------
    20:10:32.236 T:3047171968 M:1823719424 DEBUG: Loading skin file: DialogProgress.xml
    20:10:32.266 T:3047171968 M:1824129024 DEBUG: Load DialogProgress.xml: 29.39ms
    20:10:32.267 T:3047171968 M:1823621120 DEBUG: Alloc resources: 30.75ms (29.67 ms skin load)
    20:10:32.269 T:2633993072 M:1823621120 DEBUG: GetWindowId - requested window id = 14000, for app id = com.gilliards.pogoplug (applaunch)
    20:10:32.269 T:2633993072 M:1823621120 DEBUG: GetWindowId - requested window id = 14000, for app id = com.gilliards.pogoplug, returning = 14502 (applaunch)
    20:10:32.270 T:2633993072 M:1823621120 DEBUG: XAPP::MC::GetWindow, requested window id = 14000, translated window id = 14502 (applaunch)
    20:10:32.271 T:2633993072 M:1823621120 DEBUG: GetWindowId - requested window id = 14000, for app id = com.gilliards.pogoplug (applaunch)
    20:10:32.272 T:2633993072 M:1823621120 DEBUG: GetWindowId - requested window id = 14000, for app id = com.gilliards.pogoplug, returning = 14502 (applaunch)
    20:10:32.272 T:2633993072 M:1823621120 DEBUG: XAPP::MC::GetWindow, requested window id = 14000, translated window id = 14502 (applaunch)
    20:10:32.275 T:2633993072 M:1823621120 NOTICE: Path: https://service.pogoplug.com/svc/fil...lI4p360Lsb-Q0/
    20:10:32.275 T:2633993072 M:1823621120 INFO: create xapp player, register callbacks 0
    20:10:32.275 T:2633993072 M:1823621120 INFO: create xapp player, register callbacks 0
    20:10:32.275 T:2633993072 M:1823621120 INFO: create xapp player, register callbacks 0
    20:10:32.275 T:2633993072 M:1823621120 INFO: create xapp player, register callbacks 0
    20:10:32.276 T:3047171968 M:1823621120 DEBUG: DialogProgress::StartModal called (already running)!
    20:10:32.276 T:3047171968 M:1823621120 DEBUG: ------ Window Init (DialogProgress.xml) ------
    20:10:32.277 T:3047171968 M:1823621120 DEBUG: Alloc resources: 0.01ms (0.00 ms skin load)
    20:10:32.277 T:3047171968 M:1823621120 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
    20:10:32.278 T:2633993072 M:1823621120 INFO: Scriptresult: Success
    20:10:32.278 T:2633993072 M:1823621120 INFO: XBPyPersistentThread::Process, iteration started (python)
    20:10:32.283 T:2642385776 M:1823621120 DEBUG: thread start, auto delete: 0
    20:10:32.283 T:2642385776 M:1823621120 DEBUG: new file set audiostream:0
    20:10:32.291 T:2642385776 M:1823621120 DEBUG: CPlayerCoreFactory::GetPlayers(https://service.pogoplug.com/svc/fil...lI4p360Lsb-Q0/)
    20:10:32.291 T:2642385776 M:1823748096 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
    20:10:32.291 T:2642385776 M:1824509952 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
    20:10:32.291 T:2642385776 M:1824763904 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
    20:10:32.291 T:2642385776 M:1824890880 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: streams
    20:10:32.291 T:2642385776 M:1824890880 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.292 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.292 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.292 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.292 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.292 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.295 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.295 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: flv/aacp/sdp
    20:10:32.296 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mp2
    20:10:32.296 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: ts
    20:10:32.296 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.296 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.296 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.297 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.297 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.297 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.297 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
    20:10:32.297 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
    20:10:32.297 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
    20:10:32.298 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.298 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.298 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
    20:10:32.298 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
    20:10:32.298 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
    20:10:32.298 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
    20:10:32.299 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
    20:10:32.299 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: un-named
    20:10:32.299 T:2642385776 M:1825017856 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
    20:10:32.299 T:2642385776 M:1825017856 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
    20:10:32.299 T:2642385776 M:1825017856 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
    20:10:32.300 T:2642385776 M:1825017856 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
    20:10:32.300 T:2642385776 M:1825017856 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
    20:10:32.300 T:2642385776 M:1825017856 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
    20:10:32.300 T:2642385776 M:1825017856 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: FLASHPlayer (4)
    20:10:32.300 T:2642385776 M:1825017856 DEBUG: CPlayerCoreFactory::GetPlayers: added 2 players

    20:10:32.304 T:2642385776 M:1823748096 NOTICE: DVDPlayer: Opening: https://service.pogoplug.com/svc/fil...lI4p360Lsb-Q0/
    20:10:32.322 T:3047171968 M:1823055872 DEBUG: DialogProgress::StartModal called
    20:10:32.322 T:3047171968 M:1823055872 DEBUG: ------ Window Init (DialogProgress.xml) ------
    20:10:32.323 T:3047171968 M:1823055872 DEBUG: Loading skin file: DialogProgress.xml
    20:10:32.325 T:3047171968 M:1823055872 DEBUG: Load DialogProgress.xml: 2.25ms
    20:10:32.327 T:3047171968 M:1822580736 DEBUG: Alloc resources: 4.67ms (2.49 ms skin load)
    20:10:32.334 T:3047171968 M:1822580736 DEBUG: CDirectory::GetDirectory , calling g_directoryCache.GetDirectory with path: special://xbmc/skin/boxee/media/loading/ , items: 0 , retreiveAll: 0 (cache check)
    20:10:32.334 T:3047171968 M:1822580736 DEBUG: CDirectory::GetDirectory , g_directoryCache.GetDirectory returned false (cache check)
    20:10:32.334 T:3047171968 M:1822580736 DEBUG: CDirectory::GetDirectory , calling g_directoryCache.GetDirectory with path: /opt/boxee/skin/boxee/media/loading/ , items: 0 , retreiveAll: 0 (cache check)

  7. #7

    Default

    lastly...


    20:10:32.334 T:3047171968 M:1822580736 DEBUG: CDirectory::GetDirectory , g_directoryCache.GetDirectory returned false (cache check)
    20:10:32.857 T:2642385776 M:1822425088 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
    20:10:32.858 T:2550066032 M:1822425088 DEBUG: thread start, auto delete: 1
    20:10:32.858 T:2667563888 M:1822425088 DEBUG: thread start, auto delete: 0
    20:10:32.858 T:2667563888 M:1822425088 NOTICE: Creating InputStream
    20:10:32.859 T:2667563888 M:1822425088 DEBUG: CFileCache::Open - opening <svc/files/jt1l1c1oEIRwQenQXlBiGgNxmUHAAABNxpU3ZbzE_GCUHLbmUo 33e_T9yvfNPfJjw/T53FFWTCC8N2EG9PLZRAJQ4WK2/jsWPBfTkhBj2RbRcmoeOMQ/4HOG4_1hF4btRblI4p360Lsb-Q0/> using cache
    20:10:32.859 T:2667563888 M:1822425088 DEBUG: FileCurl::Open(0xb64fa88) https://service.pogoplug.com/svc/fil...lI4p360Lsb-Q0/
    20:10:32.859 T:2667563888 M:1822425088 DEBUG: easy_aquire - Created session to https://service.pogoplug.com
    20:10:34.023 T:2667563888 M:1821229056 DEBUG: Open - filesize: 7042759227
    20:10:34.023 T:2667563888 M:1821229056 DEBUG: Open - using mem buffer cache
    20:10:34.024 T:2720004976 M:1821229056 DEBUG: thread start, auto delete: 0
    20:10:34.123 T:2667563888 M:1821995008 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles
    20:10:34.123 T:2667563888 M:1821995008 DEBUG: CacheSubtitles: START
    20:10:34.135 T:2667563888 M:1821995008 INFO: CDVDFactorySubtitle::GetSubtitles, searching subtitles done
    20:10:34.135 T:2667563888 M:1821995008 NOTICE: Creating Demuxer
    20:10:34.146 T:2667563888 M:1821995008 DEBUG: Loading: /opt/boxee/system/players/dvdplayer/avutil-50-i486-linux.so
    20:10:34.167 T:2667563888 M:1821835264 DEBUG: Loading: /opt/boxee/system/players/dvdplayer/avcore-0.16.1-i486-linux.so
    20:10:34.168 T:2667563888 M:1821835264 DEBUG: Loading: /opt/boxee/system/players/dvdplayer/avcodec-52-i486-linux.so
    20:10:34.178 T:2667563888 M:1819041792 DEBUG: Loading: /opt/boxee/system/players/dvdplayer/avformat-52-i486-linux.so
    20:10:34.181 T:2667563888 M:1818406912 DEBUG: Open - marking content streaming status as false
    20:10:34.287 T:2667563888 M:1818398720 DEBUG: Open - probing detected format [matroska,webm]
    20:10:34.287 T:2667563888 M:1818398720 DEBUG: Seek - seek outside buffer. seek to: 7042624923 (0). buffer max: 40238
    20:10:34.288 T:2720004976 M:1818398720 DEBUG: Process, request seek on source to 7042624923
    20:10:34.289 T:2720004976 M:1818398720 DEBUG: easy_aquire - Created session to https://service.pogoplug.com
    20:10:38.448 T:2667563888 M:1817047040 DEBUG: Seek - seek outside buffer. seek to: 5610 (0). buffer max: 7042670353
    20:10:38.451 T:2720004976 M:1817047040 DEBUG: Process, request seek on source to 5610
    20:10:39.134 T:2667563888 M:1816920064 DEBUG: ffmpeg[9EFFCB70]: st:0 removing common factor 1000000 from timebase
    20:10:39.135 T:2667563888 M:1816920064 DEBUG: ffmpeg[9EFFCB70]: st:1 removing common factor 1000000 from timebase
    20:10:39.136 T:2667563888 M:1816920064 DEBUG: ffmpeg[9EFFCB70]: st:2 removing common factor 1000000 from timebase
    20:10:39.139 T:2667563888 M:1816920064 DEBUG: Open - av_find_stream_info starting
    20:10:39.411 T:3047171968 M:1816625152 DEBUG: (dbg) FreeMem 1774048/4083820 Kb, FPS 75.9, IP: [192.168.1.117] Loader Q:[0] Textures:[190 (47.19 M)] SERVER: [67.225.149.139] ver: 1.5.0.23596-2bcda77
    20:10:39.411 T:3047171968 M:1816625152 DEBUG: (dbg) CPU0: 77.8% (40.4%)CPU1: 75.8% (40.4%). CPU-XBMC 40.03%
    20:10:42.617 T:2667563888 M:1814167552 DEBUG: ffmpeg[9EFFCB70]: [h264] no picture
    20:10:42.617 T:2667563888 M:1814040576 DEBUG: ffmpeg[9EFFCB70]: [dca] Stream with high frequencies VQ coding
    20:10:42.666 T:2667563888 M:1809240064 DEBUG: ffmpeg[9EFFCB70]: [matroska,webm] All info found
    20:10:42.670 T:2667563888 M:1814446080 DEBUG: Open - av_find_stream_info finished
    20:10:42.671 T:2667563888 M:1814446080 INFO: ffmpeg[9EFFCB70]: Input #0, matroska,webm, from 'https://service.pogoplug.com/svc/files/jt1l1c1oEIRwQenQXlBiGgNxmUHAAABNxpU3ZbzE_GCUHLbmUo 33e_T9yvfNPfJjw/T53FFWTCC8N2EG9PLZRAJQ4WK2/jsWPBfTkhBj2RbRcmoeOMQ/4HOG4_1hF4btRblI4p360Lsb-Q0/':
    20:10:42.671 T:2667563888 M:1814446080 INFO: ffmpeg[9EFFCB70]: Duration: 02:37:49.46, start: 0.000000, bitrate: 5949 kb/s
    20:10:42.672 T:2667563888 M:1814446080 INFO: ffmpeg[9EFFCB70]: Stream #0.0(eng), 22, 1/1000: Video: h264 (High), yuv420p, 1280x536, PAR 1:1 DAR 160:67, 23.98 fps, 24 tbr, 1k tbn, 47.95 tbc
    20:10:42.672 T:2667563888 M:1814446080 INFO: ffmpeg[9EFFCB70]: Stream #0.1, 87, 1/1000: Audio: dca (DTS), 48000 Hz, 5.1, s16, 1536 kb/s
    20:10:42.673 T:2667563888 M:1814446080 INFO: ffmpeg[9EFFCB70]: Stream #0.2(eng), 0, 1/1000: Subtitle: [0][0][0][0] / 0x0000

  8. #8

    Default

    Anyone have any info they can provide as to why the video isn't synching with the audio? Please let me know if more info is needed.

    sgilliard

  9. #9

    Default

    So I was able to resolve this issue by moving my app off the boxee software test and over to the boxee box. The audio and the video synch up perfectly, but now I have a new issue or question. How can I force boxee to buffer a video feed for the first few minutes of the download/video start process? I sometimes get a lag in the video after a few seconds or minutes when the video starts, but if I can buffer it out, it will work fine or at least lag less, I hope.

    I'm in the early stages of my app development, but I'd like to get a few testers that have a pogoplug or pogoplug account that are willing to share with. The key with this "cloud" technology is to be able to access remote content. Reply back if you'd like to help in testing.

    sgilliard

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •