Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[video_player plugin]: Handle multiple calls to initialize better. #25738

Open
raveesh-me opened this issue Dec 25, 2018 · 11 comments
Open

[video_player plugin]: Handle multiple calls to initialize better. #25738

raveesh-me opened this issue Dec 25, 2018 · 11 comments
Labels
a: quality A truly polished experience c: new feature Nothing broken; request for a new capability c: proposal A detailed proposal for a change to Flutter p: video_player The Video Player plugin P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. team-ecosystem Owned by Ecosystem team triaged-ecosystem Triaged by Ecosystem team

Comments

@raveesh-me
Copy link

raveesh-me commented Dec 25, 2018

Steps to Reproduce

videoplayer example:

code sample
import 'package:flutter/material.dart';
import 'package:video_player/video_player.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        // This is the theme of your application.
        //
        // Try running your application with "flutter run". You'll see the
        // application has a blue toolbar. Then, without quitting the app, try
        // changing the primarySwatch below to Colors.green and then invoke
        // "hot reload" (press "r" in the console where you ran "flutter run",
        // or simply save your changes to "hot reload" in a Flutter IDE).
        // Notice that the counter didn't reset back to zero; the application
        // is not restarted.
        primarySwatch: Colors.blue,
      ),
      home: MyHomePage(),
    );
  }
}

class MyHomePage extends StatefulWidget {
  @override
  _MyHomePageState createState() => _MyHomePageState();
}

class _MyHomePageState extends State<MyHomePage> {
  VideoPlayerController _controller;

  @override
  void initState() {
    // TODO: implement initState
    super.initState();
    _controller = VideoPlayerController.network(
        'https://s3.ap-south-1.amazonaws.com/mastermentorsteststack-destination-fr9w5wh3t94i/db3dde26-6f40-4634-8762-6d643a65c800/hls/1+-+Introducing+AWS+Cloud9+-+AWS+Online+Tech+Talks.m3u8')
      ..addListener(() {
        setState(() {});
      })
      ..initialize();
  }

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(
        title: Text('VideoPlayer example'),
      ),
      floatingActionButton: FloatingActionButton(onPressed: () {
        _controller.initialize();
        _controller.play();
      }),
      body: Center(
        child: VideoPlayer(_controller),
      ),
    );
  }
}

video stream url: https://s3.ap-south-1.amazonaws.com/mastermentorsteststack-destination-fr9w5wh3t94i/db3dde26-6f40-4634-8762-6d643a65c800/hls/1+-+Introducing+AWS+Cloud9+-+AWS+Online+Tech+Talks.m3u8

result:
https://www.youtube.com/embed/3v5V1UFyywI

The video_player is playing all the streams at once :(

Logs

logs
........
........
........
export REMOVE_HG_FROM_RESOURCES=YES
                         export REMOVE_SVN_FROM_RESOURCES=YES
                         export RESOURCE_RULES_REQUIRED=YES
                         export
                         REZ_COLLECTOR_DIR=/Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner
                         .build/ResourceManagerResources
                         export
                         REZ_OBJECTS_DIR=/Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.b
                         uild/ResourceManagerResources/Objects
                         export REZ_SEARCH_PATHS="/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos "
                         export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
                         export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
                         export SCRIPT_INPUT_FILE_COUNT=0
                         export SCRIPT_INPUT_FILE_LIST_COUNT=0
                         export SCRIPT_OUTPUT_FILE_COUNT=0
                         export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
                         export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/82/xsf0y__10zd5_f31wg943qxc0000gn/T/flutter_build_log_pipe.zkAjyd/pipe_to_stdout
                         export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
                         export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
                         export SDK_DIR_iphoneos12_1=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
                         export SDK_NAME=iphoneos12.1
                         export SDK_NAMES=iphoneos12.1
                         export SDK_PRODUCT_BUILD_VERSION=16B91
                         export SDK_VERSION=12.1
                         export SDK_VERSION_ACTUAL=120100
                         export SDK_VERSION_MAJOR=120000
                         export SDK_VERSION_MINOR=100
                         export SED=/usr/bin/sed
                         export SEPARATE_STRIP=NO
                         export SEPARATE_SYMBOL_EDIT=NO
                         export SET_DIR_MODE_OWNER_GROUP=YES
                         export SET_FILE_MODE_OWNER_GROUP=NO
                         export SHALLOW_BUNDLE=YES
                         export SHARED_DERIVED_FILE_DIR=/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/DerivedSources
                         export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
                         export SHARED_PRECOMPS_DIR=/Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/PrecompiledHeaders
                         export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
                         export SKIP_INSTALL=NO
                         export SOURCE_ROOT=/Users/raveesh/Desktop/hls_poc/ios
                         export SRCROOT=/Users/raveesh/Desktop/hls_poc/ios
                         export STRINGS_FILE_OUTPUT_ENCODING=binary
                         export STRIP_BITCODE_FROM_COPIED_FILES=YES
                         export STRIP_INSTALLED_PRODUCT=YES
                         export STRIP_STYLE=all
                         export STRIP_SWIFT_SYMBOLS=YES
                         export SUPPORTED_DEVICE_FAMILIES=1,2
                         export SUPPORTED_PLATFORMS="iphonesimulator iphoneos"
                         export SUPPORTS_TEXT_BASED_API=NO
                         export SWIFT_OBJC_BRIDGING_HEADER=Runner/Runner-Bridging-Header.h
                         export SWIFT_OPTIMIZATION_LEVEL=-Onone
                         export SWIFT_PLATFORM_TARGET_PREFIX=ios
                         export SWIFT_SWIFT3_OBJC_INFERENCE=On
                         export SWIFT_VERSION=4.0
                         export SYMROOT=/Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Products
                         export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
                         export SYSTEM_APPS_DIR=/Applications
                         export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
                         export SYSTEM_DEMOS_DIR=/Applications/Extras
                         export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
                         export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
                         export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
                         export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
                         export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
                         export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
                         export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
                         export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
                         export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
                         export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
                         export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
                         export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
                         export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
                         export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
                         export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
                         export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
                         export SYSTEM_LIBRARY_DIR=/System/Library
                         export TAPI_VERIFY_MODE=ErrorsOnly
                         export TARGETED_DEVICE_FAMILY=1,2
                         export TARGETNAME=Runner
                         export TARGET_BUILD_DIR=/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos
                         export TARGET_NAME=Runner
                         export
                         TARGET_TEMP_DIR=/Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.b
                         uild
                         export
                         TEMP_DIR=/Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
                         export
                         TEMP_FILES_DIR=/Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.bu
                         ild
                         export
                         TEMP_FILE_DIR=/Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.bui
                         ld
                         export TEMP_ROOT=/Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex
                         export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
                         export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                         export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
                         export UID=501
                         export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
                         export UNSTRIPPED_PRODUCT=NO
                         export USER=raveesh
                         export USER_APPS_DIR=/Users/raveesh/Applications
                         export USER_LIBRARY_DIR=/Users/raveesh/Library
                         export USE_DYNAMIC_NO_PIC=YES
                         export USE_HEADERMAP=YES
                         export USE_HEADER_SYMLINKS=NO
                         export VALIDATE_PRODUCT=NO
                         export VALID_ARCHS="arm64 arm64e armv7 armv7s"
                         export VERBOSE_PBXCP=NO
                         export VERBOSE_SCRIPT_LOGGING=YES
                         export VERSIONING_SYSTEM=apple-generic
                         export VERSIONPLIST_PATH=Runner.app/version.plist
                         export VERSION_INFO_BUILDER=raveesh
                         export VERSION_INFO_FILE=Runner_vers.c
                         export VERSION_INFO_STRING="\"@(#)PROGRAM:Runner  PROJECT:Runner-1\""
                         export WRAPPER_EXTENSION=app
                         export WRAPPER_NAME=Runner.app
                         export WRAPPER_SUFFIX=.app
                         export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
                         export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
                         export XCODE_PRODUCT_BUILD_VERSION=10B61
                         export XCODE_VERSION_ACTUAL=1010
                         export XCODE_VERSION_MAJOR=1000
                         export XCODE_VERSION_MINOR=1010
                         export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
                         export YACC=yacc
                         export arch=arm64
                         export variant=normal
                         /bin/sh -c
                         /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-3B06
                         AD1E1E4923F5004D2608.sh

                     PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks
                     /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-7A55FD3C
                     ADD702B0EBF975A2.sh
                         cd /Users/raveesh/Desktop/hls_poc/ios
                         /bin/sh -c
                         /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-7A55
                         FD3CADD702B0EBF975A2.sh
                     mkdir -p /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks
                     rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter
                     "- Modules" "/Users/raveesh/Desktop/hls_poc/ios/Pods/../.symlinks/flutter/ios/Flutter.framework"
                     "/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks"
                     building file list ... done
                     Flutter.framework/
                     Flutter.framework/Flutter
                     Flutter.framework/Info.plist
                     Flutter.framework/icudtl.dat

                     sent 70200368 bytes  received 92 bytes  46800306.67 bytes/sec
                     total size is 70191497  speedup is 1.00
                     Stripped /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter of architectures: x86_64 armv7
                     Code Signing /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework with Identity iPhone Developer: raveeshr503@gmail.com
                     (86B5C9HGGA)
                     /usr/bin/codesign --force --sign BF4DCF0002FC09FBCFC86162E62F9122A34F7126  --preserve-metadata=identifier,entitlements
                     '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework'
                     rsync --delete -av --filter P .*.?????? --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter
                     "- Modules" "/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/video_player/video_player.framework"
                     "/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks"
                     building file list ... done
                     deleting video_player.framework/_CodeSignature/CodeResources
                     deleting video_player.framework/_CodeSignature/
                     video_player.framework/
                     video_player.framework/video_player

                     sent 261296 bytes  received 48 bytes  522688.00 bytes/sec
                     total size is 261816  speedup is 1.00
                     Stripped /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/video_player.framework/video_player of architectures: armv7
                     Code Signing /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/video_player.framework with Identity iPhone Developer: raveeshr503@gmail.com
                     (86B5C9HGGA)
                     /usr/bin/codesign --force --sign BF4DCF0002FC09FBCFC86162E62F9122A34F7126  --preserve-metadata=identifier,entitlements
                     '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/video_player.framework'

                     CodeSign /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
                         cd /Users/raveesh/Desktop/hls_poc/ios
                         export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
                         export
                         PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/raveesh/.nvm/v
                         ersions/node/v8.9.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Users/raveesh/Library/Android/sdk/platform-tools:/Users/raveesh/MyCode/SDK
                         s/Flutter/bin:/Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin"

                     Signing Identity:     "iPhone Developer: raveeshr503@gmail.com (86B5C9HGGA)"

                         /usr/bin/codesign --force --sign BF4DCF0002FC09FBCFC86162E62F9122A34F7126 --preserve-metadata=identifier,entitlements,flags --timestamp=none
                         /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework
                     /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/Flutter.framework: replacing existing signature

                     Touch /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app
                         cd /Users/raveesh/Desktop/hls_poc/ios
                         export
                         PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/raveesh/.nvm/v
                         ersions/node/v8.9.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Users/raveesh/Library/Android/sdk/platform-tools:/Users/raveesh/MyCode/SDK
                         s/Flutter/bin:/Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin"
                         /usr/bin/touch -c /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app

                     CopySwiftLibs /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app
                         cd /Users/raveesh/Desktop/hls_poc/ios
                         export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
                         export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
                         export
                         PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/raveesh/.nvm/v
                         ersions/node/v8.9.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Users/raveesh/Library/Android/sdk/platform-tools:/Users/raveesh/MyCode/SDK
                         s/Flutter/bin:/Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin"
                         export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
                         builtin-swiftStdLibTool --copy --verbose --sign BF4DCF0002FC09FBCFC86162E62F9122A34F7126 --scan-executable
                         /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Runner --scan-folder /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks
                         --scan-folder /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/PlugIns --scan-folder /Users/raveesh/Desktop/hls_poc/ios/Flutter/Flutter.framework
                         --scan-folder /Users/raveesh/Desktop/hls_poc/ios/Flutter/App.framework --scan-folder /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Pods_Runner.framework
                         --platform iphoneos --toolchain /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination
                         /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks --strip-bitcode --resource-destination
                         /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app --resource-library libswiftRemoteMirror.dylib
                     Requested Swift ABI version based on scanned binaries: 6
                     libswiftCore.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
                     libswiftCoreAudio.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
                     libswiftCoreFoundation.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
                     libswiftCoreGraphics.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
                     libswiftCoreImage.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
                     libswiftCoreMedia.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
                     libswiftDarwin.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
                     libswiftDispatch.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
                     libswiftFoundation.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
                     libswiftMetal.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
                     libswiftObjectiveC.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
                     libswiftQuartzCore.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
                     libswiftUIKit.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
                     libswiftos.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
                     libswiftRemoteMirror.dylib is up to date at /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/libswiftRemoteMirror.dylib
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylibProbing signature of
                     /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib

                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib'  /usr/bin/codesign '-r-'
                       '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib'

                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib'
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib is unchanged; keeping original
                     Codesigning /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
                       /usr/bin/codesign '--force' '--sign' 'BF4DCF0002FC09FBCFC86162E62F9122A34F7126' '--verbose'
                       '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib'
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib is unchanged; keeping original
                     Probing signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
                       /usr/bin/codesign '-r-' '--display' '/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib'
                     Code signature of /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib is unchanged; keeping original

                     CodeSign /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app
                         cd /Users/raveesh/Desktop/hls_poc/ios
                         export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
                         export
                         PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/raveesh/.nvm/v
                         ersions/node/v8.9.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Users/raveesh/Library/Android/sdk/platform-tools:/Users/raveesh/MyCode/SDK
                         s/Flutter/bin:/Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin"

                     Signing Identity:     "iPhone Developer: raveeshr503@gmail.com (86B5C9HGGA)"
                     Provisioning Profile: "iOS Team Provisioning Profile: com.example.hlsPoc"
                                           (bb3cf2fe-6fea-4dcd-a132-5f20b8c9acd2)

                         /usr/bin/codesign --force --sign BF4DCF0002FC09FBCFC86162E62F9122A34F7126 --entitlements
                         /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.
                         xcent --timestamp=none /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app

                     Validate /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app
                         cd /Users/raveesh/Desktop/hls_poc/ios
                         export
                         PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/raveesh/.nvm/v
                         ersions/node/v8.9.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Users/raveesh/Library/Android/sdk/platform-tools:/Users/raveesh/MyCode/SDK
                         s/Flutter/bin:/Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin"
                         export PRODUCT_TYPE=com.apple.product-type.application
                         builtin-validationUtility /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app

                     ** BUILD SUCCEEDED **
[ +180 ms]  └─Compiling, linking and signing... (completed)
[        ] Starting Xcode build... (completed)
[  +19 ms] Xcode build done.                                           16.0s
[   +1 ms] executing: [/Users/raveesh/Desktop/hls_poc/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/raveesh/Desktop/hls_poc/build/ios -sdk iphoneos SCRIPT_OUTPUT_STREAM_FILE=/var/folders/82/xsf0y__10zd5_f31wg943qxc0000gn/T/flutter_build_log_pipe.zkAjyd/pipe_to_stdout
-showBuildSettings
[+2228 ms] Exit code 0 from: /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/raveesh/Desktop/hls_poc/build/ios -sdk iphoneos SCRIPT_OUTPUT_STREAM_FILE=/var/folders/82/xsf0y__10zd5_f31wg943qxc0000gn/T/flutter_build_log_pipe.zkAjyd/pipe_to_stdout
-showBuildSettings
[   +1 ms] Build settings from command line:
               BUILD_DIR = /Users/raveesh/Desktop/hls_poc/build/ios
               SCRIPT_OUTPUT_STREAM_FILE = /var/folders/82/xsf0y__10zd5_f31wg943qxc0000gn/T/flutter_build_log_pipe.zkAjyd/pipe_to_stdout
               SDKROOT = iphoneos12.1
               VERBOSE_SCRIPT_LOGGING = YES

           Build settings for action build and target Runner:
               ACTION = build
               AD_HOC_CODE_SIGNING_ALLOWED = NO
               ALTERNATE_GROUP = staff
               ALTERNATE_MODE = u+w,go-w,a+rX
               ALTERNATE_OWNER = raveesh
               ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
               ALWAYS_SEARCH_USER_PATHS = NO
               ALWAYS_USE_SEPARATE_HEADERMAPS = NO
               APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
               APPLE_INTERNAL_DIR = /AppleInternal
               APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
               APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
               APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
               APPLICATION_EXTENSION_API_ONLY = NO
               APPLY_RULES_IN_COPY_FILES = NO
               ARCHS = arm64
               ARCHS_STANDARD = arm64
               ARCHS_STANDARD_32_64_BIT = armv7 arm64
               ARCHS_STANDARD_32_BIT = armv7
               ARCHS_STANDARD_64_BIT = arm64
               ARCHS_STANDARD_INCLUDING_64_BIT = arm64
               ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
               ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
               AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
               BITCODE_GENERATION_MODE = marker
               BUILD_ACTIVE_RESOURCES_ONLY = NO
               BUILD_COMPONENTS = headers build
               BUILD_DIR = /Users/raveesh/Desktop/hls_poc/build/ios
               BUILD_ROOT = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Products
               BUILD_STYLE = 
               BUILD_VARIANTS = normal
               BUILT_PRODUCTS_DIR = /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos
               CACHE_ROOT = /var/folders/82/xsf0y__10zd5_f31wg943qxc0000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
               CCHROOT = /var/folders/82/xsf0y__10zd5_f31wg943qxc0000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
               CHMOD = /bin/chmod
               CHOWN = /usr/sbin/chown
               CLANG_ANALYZER_NONNULL = YES
               CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
               CLANG_CXX_LIBRARY = libc++
               CLANG_ENABLE_MODULES = YES
               CLANG_ENABLE_OBJC_ARC = YES
               CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
               CLANG_WARN_BOOL_CONVERSION = YES
               CLANG_WARN_COMMA = YES
               CLANG_WARN_CONSTANT_CONVERSION = YES
               CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
               CLANG_WARN_EMPTY_BODY = YES
               CLANG_WARN_ENUM_CONVERSION = YES
               CLANG_WARN_INFINITE_RECURSION = YES
               CLANG_WARN_INT_CONVERSION = YES
               CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
               CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
               CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
               CLANG_WARN_STRICT_PROTOTYPES = YES
               CLANG_WARN_SUSPICIOUS_MOVE = YES
               CLANG_WARN_UNREACHABLE_CODE = YES
               CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
               CLASS_FILE_DIR =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
               CLEAN_PRECOMPS = YES
               CLONE_HEADERS = NO
               CODESIGNING_FOLDER_PATH = /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app
               CODE_SIGNING_ALLOWED = YES
               CODE_SIGNING_REQUIRED = YES
               CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
               CODE_SIGN_IDENTITY = iPhone Developer
               CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
               COLOR_DIAGNOSTICS = NO
               COMBINE_HIDPI_IMAGES = NO
               COMPILER_INDEX_STORE_ENABLE = Default
               COMPOSITE_SDK_DIRS = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/CompositeSDKs
               COMPRESS_PNG_FILES = YES
               CONFIGURATION = Debug
               CONFIGURATION_BUILD_DIR = /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos
               CONFIGURATION_TEMP_DIR = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
               CONTENTS_FOLDER_PATH = Runner.app
               COPYING_PRESERVES_HFS_DATA = NO
               COPY_HEADERS_RUN_UNIFDEF = NO
               COPY_PHASE_STRIP = NO
               COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
               CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
               CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
               CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
               CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator12.1
               CP = /bin/cp
               CREATE_INFOPLIST_SECTION_IN_BINARY = NO
               CURRENT_ARCH = arm64
               CURRENT_PROJECT_VERSION = 1
               CURRENT_VARIANT = normal
               DEAD_CODE_STRIPPING = YES
               DEBUGGING_SYMBOLS = YES
               DEBUG_INFORMATION_FORMAT = dwarf
               DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
               DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
               DEFINES_MODULE = NO
               DEPLOYMENT_LOCATION = NO
               DEPLOYMENT_POSTPROCESSING = NO
               DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
               DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
               DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
               DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
               DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min
               DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
               DEPLOYMENT_TARGET_SUGGESTED_VALUES = 8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1
               DERIVED_FILES_DIR =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               DERIVED_FILE_DIR =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               DERIVED_SOURCES_DIR =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
               DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
               DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
               DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
               DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
               DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
               DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
               DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
               DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
               DEVELOPMENT_LANGUAGE = English
               DEVELOPMENT_TEAM = BP6BMD5Q26
               DOCUMENTATION_FOLDER_PATH = Runner.app/English.lproj/Documentation
               DO_HEADER_SCANNING_IN_JAM = NO
               DSTROOT = /tmp/Runner.dst
               DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               DWARF_DSYM_FILE_NAME = Runner.app.dSYM
               DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
               DWARF_DSYM_FOLDER_PATH = /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos
               EFFECTIVE_PLATFORM_NAME = -iphoneos
               EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
               EMBEDDED_PROFILE_NAME = embedded.mobileprovision
               EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
               ENABLE_BITCODE = NO
               ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
               ENABLE_HEADER_DEPENDENCIES = YES
               ENABLE_ON_DEMAND_RESOURCES = YES
               ENABLE_STRICT_OBJC_MSGSEND = YES
               ENABLE_TESTABILITY = YES
               ENTITLEMENTS_ALLOWED = YES
               ENTITLEMENTS_DESTINATION = Signature
               ENTITLEMENTS_REQUIRED = YES
               EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
               EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj
               EXECUTABLES_FOLDER_PATH = Runner.app/Executables
               EXECUTABLE_FOLDER_PATH = Runner.app
               EXECUTABLE_NAME = Runner
               EXECUTABLE_PATH = Runner.app/Runner
               EXPANDED_CODE_SIGN_IDENTITY = 
               EXPANDED_CODE_SIGN_IDENTITY_NAME = 
               EXPANDED_PROVISIONING_PROFILE = 
               FILE_LIST =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
               FIXED_FILES_DIR =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
               FLUTTER_APPLICATION_PATH = /Users/raveesh/Desktop/hls_poc
               FLUTTER_BUILD_DIR = build
               FLUTTER_BUILD_NAME = 1.0.0
               FLUTTER_BUILD_NUMBER = 1
               FLUTTER_FRAMEWORK_DIR = /Users/raveesh/MyCode/SDKs/Flutter/bin/cache/artifacts/engine/ios
               FLUTTER_ROOT = /Users/raveesh/MyCode/SDKs/Flutter
               FLUTTER_TARGET = /Users/raveesh/Desktop/hls_poc/lib/main.dart
               FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
               FRAMEWORK_FLAG_PREFIX = -framework
               FRAMEWORK_SEARCH_PATHS =  "/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/video_player" "/Users/raveesh/Desktop/hls_poc/ios/Pods/../.symlinks/flutter/ios"
               "/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/video_player" "/Users/raveesh/Desktop/hls_poc/ios/Pods/../.symlinks/flutter/ios"
               /Users/raveesh/Desktop/hls_poc/ios/Flutter
               FRAMEWORK_VERSION = A
               FULL_PRODUCT_NAME = Runner.app
               GCC3_VERSION = 3.3
               GCC_C_LANGUAGE_STANDARD = gnu99
               GCC_DYNAMIC_NO_PIC = NO
               GCC_INLINES_ARE_PRIVATE_EXTERN = YES
               GCC_NO_COMMON_BLOCKS = YES
               GCC_OPTIMIZATION_LEVEL = 0
               GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
               GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1  COCOAPODS=1 COCOAPODS=1
               GCC_SYMBOLS_PRIVATE_EXTERN = NO
               GCC_THUMB_SUPPORT = YES
               GCC_TREAT_WARNINGS_AS_ERRORS = NO
               GCC_VERSION = com.apple.compilers.llvm.clang.1_0
               GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
               GCC_WARN_64_TO_32_BIT_CONVERSION = YES
               GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
               GCC_WARN_UNDECLARED_SELECTOR = YES
               GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
               GCC_WARN_UNUSED_FUNCTION = YES
               GCC_WARN_UNUSED_VARIABLE = YES
               GENERATE_MASTER_OBJECT_FILE = NO
               GENERATE_PKGINFO_FILE = YES
               GENERATE_PROFILING_CODE = NO
               GENERATE_TEXT_BASED_STUBS = NO
               GID = 20
               GROUP = staff
               HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
               HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
               HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
               HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
               HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
               HEADERMAP_USES_VFS = NO
               HIDE_BITCODE_SYMBOLS = YES
               HOME = /Users/raveesh
               ICONV = /usr/bin/iconv
               INFOPLIST_EXPAND_BUILD_SETTINGS = YES
               INFOPLIST_FILE = Runner/Info.plist
               INFOPLIST_OUTPUT_FORMAT = binary
               INFOPLIST_PATH = Runner.app/Info.plist
               INFOPLIST_PREPROCESS = NO
               INFOSTRINGS_PATH = Runner.app/English.lproj/InfoPlist.strings
               INLINE_PRIVATE_FRAMEWORKS = NO
               INSTALLHDRS_COPY_PHASE = NO
               INSTALLHDRS_SCRIPT_PHASE = NO
               INSTALL_DIR = /tmp/Runner.dst/Applications
               INSTALL_GROUP = staff
               INSTALL_MODE_FLAG = u+w,go-w,a+rX
               INSTALL_OWNER = raveesh
               INSTALL_PATH = /Applications
               INSTALL_ROOT = /tmp/Runner.dst
               IPHONEOS_DEPLOYMENT_TARGET = 12.1
               JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
               JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
               JAVA_ARCHIVE_CLASSES = YES
               JAVA_ARCHIVE_TYPE = JAR
               JAVA_COMPILER = /usr/bin/javac
               JAVA_FOLDER_PATH = Runner.app/Java
               JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
               JAVA_JAR_FLAGS = cv
               JAVA_SOURCE_SUBDIR = .
               JAVA_USE_DEPENDENCIES = YES
               JAVA_ZIP_FLAGS = -urg
               JIKES_DEFAULT_FLAGS = +E +OLDCSO
               KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
               KEEP_PRIVATE_EXTERNS = NO
               LD_DEPENDENCY_INFO_FILE =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/
               Runner_dependency_info.dat
               LD_GENERATE_MAP_FILE = NO
               LD_MAP_FILE_PATH =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal
               -arm64.txt
               LD_NO_PIE = NO
               LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
               LD_RUNPATH_SEARCH_PATHS =  '@executable_path/Frameworks' '@loader_path/Frameworks' '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks
               LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
               LEX = lex
               LIBRARY_FLAG_NOSPACE = YES
               LIBRARY_FLAG_PREFIX = -l
               LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
               LIBRARY_SEARCH_PATHS =  /Users/raveesh/Desktop/hls_poc/ios/Flutter
               LINKER_DISPLAYS_MANGLED_NAMES = NO
               LINK_FILE_LIST_normal_arm64 = 
               LINK_WITH_STANDARD_LIBRARIES = YES
               LOCALIZABLE_CONTENT_DIR = 
               LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/English.lproj
               LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFLocalizedString
               LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
               LOCAL_APPS_DIR = /Applications
               LOCAL_DEVELOPER_DIR = /Library/Developer
               LOCAL_LIBRARY_DIR = /Library
               LOCROOT = 
               LOCSYMROOT = 
               MACH_O_TYPE = mh_execute
               MAC_OS_X_PRODUCT_BUILD_VERSION = 18C54
               MAC_OS_X_VERSION_ACTUAL = 101402
               MAC_OS_X_VERSION_MAJOR = 101400
               MAC_OS_X_VERSION_MINOR = 1402
               METAL_LIBRARY_FILE_BASE = default
               METAL_LIBRARY_OUTPUT_DIR = /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/Runner.app
               MODULE_CACHE_DIR = /Users/raveesh/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
               MTL_ENABLE_DEBUG_INFO = YES
               NATIVE_ARCH = armv7
               NATIVE_ARCH_32_BIT = i386
               NATIVE_ARCH_64_BIT = x86_64
               NATIVE_ARCH_ACTUAL = x86_64
               NO_COMMON = YES
               OBJECT_FILE_DIR =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
               OBJECT_FILE_DIR_normal =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
               OBJROOT = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex
               ONLY_ACTIVE_ARCH = YES
               OS = MACOS
               OSAC = /usr/bin/osacompile
               OTHER_CFLAGS =  -iquote "/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers" -iquote
               "/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers"
               OTHER_CPLUSPLUSFLAGS =  -iquote "/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers" -iquote
               "/Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/video_player/video_player.framework/Headers"
               OTHER_LDFLAGS =  -framework "Flutter" -framework "video_player" -framework "Flutter" -framework "video_player"
               PACKAGE_TYPE = com.apple.package-type.wrapper.application
               PASCAL_STRINGS = YES
               PATH =
               /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/raveesh/.nvm/versions/node/v8.9.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Users/ravees
               h/Library/Android/sdk/platform-tools:/Users/raveesh/MyCode/SDKs/Flutter/bin:/Users/raveesh/MyCode/SDKs/Flutter/bin/cache/dart-sdk/bin
               PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks
               /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
               PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
               PFE_FILE_C_DIALECTS = objective-c
               PKGINFO_FILE_PATH =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
               PKGINFO_PATH = Runner.app/PkgInfo
               PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
               PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
               PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
               PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
               PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
               PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
               PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
               PLATFORM_DISPLAY_NAME = iOS
               PLATFORM_NAME = iphoneos
               PLATFORM_PREFERRED_ARCH = arm64
               PLATFORM_PRODUCT_BUILD_VERSION = 16B91
               PLIST_FILE_OUTPUT_FORMAT = binary
               PLUGINS_FOLDER_PATH = Runner.app/PlugIns
               PODS_BUILD_DIR = /Users/raveesh/Desktop/hls_poc/build/ios
               PODS_CONFIGURATION_BUILD_DIR = /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos
               PODS_PODFILE_DIR_PATH = /Users/raveesh/Desktop/hls_poc/ios/.
               PODS_ROOT = /Users/raveesh/Desktop/hls_poc/ios/Pods
               PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
               PRECOMP_DESTINATION_DIR =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
               PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
               PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
               PRODUCT_BUNDLE_IDENTIFIER = com.example.hlsPoc
               PRODUCT_MODULE_NAME = Runner
               PRODUCT_NAME = Runner
               PRODUCT_SETTINGS_PATH = /Users/raveesh/Desktop/hls_poc/ios/Runner/Info.plist
               PRODUCT_TYPE = com.apple.product-type.application
               PROFILING_CODE = NO
               PROJECT = Runner
               PROJECT_DERIVED_FILE_DIR = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/DerivedSources
               PROJECT_DIR = /Users/raveesh/Desktop/hls_poc/ios
               PROJECT_FILE_PATH = /Users/raveesh/Desktop/hls_poc/ios/Runner.xcodeproj
               PROJECT_NAME = Runner
               PROJECT_TEMP_DIR = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build
               PROJECT_TEMP_ROOT = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex
               PROVISIONING_PROFILE_REQUIRED = YES
               PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
               RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
               REMOVE_CVS_FROM_RESOURCES = YES
               REMOVE_GIT_FROM_RESOURCES = YES
               REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
               REMOVE_HG_FROM_RESOURCES = YES
               REMOVE_SVN_FROM_RESOURCES = YES
               RESOURCE_RULES_REQUIRED = YES
               REZ_COLLECTOR_DIR =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResour
               ces
               REZ_OBJECTS_DIR =
               /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResour
               ces/Objects
               SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
               SCRIPTS_FOLDER_PATH = Runner.app/Scripts
               SCRIPT_OUTPUT_STREAM_FILE = /var/folders/82/xsf0y__10zd5_f31wg943qxc0000gn/T/flutter_build_log_pipe.zkAjyd/pipe_to_stdout
               SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               SDK_DIR_iphoneos12_1 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
               SDK_NAME = iphoneos12.1
               SDK_NAMES = iphoneos12.1
               SDK_PRODUCT_BUILD_VERSION = 16B91
               SDK_VERSION = 12.1
               SDK_VERSION_ACTUAL = 120100
               SDK_VERSION_MAJOR = 120000
               SDK_VERSION_MINOR = 100
               SED = /usr/bin/sed
               SEPARATE_STRIP = NO
               SEPARATE_SYMBOL_EDIT = NO
               SET_DIR_MODE_OWNER_GROUP = YES
               SET_FILE_MODE_OWNER_GROUP = NO
               SHALLOW_BUNDLE = YES
               SHARED_DERIVED_FILE_DIR = /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos/DerivedSources
               SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
               SHARED_PRECOMPS_DIR = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/PrecompiledHeaders
               SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
               SKIP_INSTALL = NO
               SOURCE_ROOT = /Users/raveesh/Desktop/hls_poc/ios
               SRCROOT = /Users/raveesh/Desktop/hls_poc/ios
               STRINGS_FILE_OUTPUT_ENCODING = binary
               STRIP_BITCODE_FROM_COPIED_FILES = YES
               STRIP_INSTALLED_PRODUCT = YES
               STRIP_STYLE = all
               STRIP_SWIFT_SYMBOLS = YES
               SUPPORTED_DEVICE_FAMILIES = 1,2
               SUPPORTED_PLATFORMS = iphonesimulator iphoneos
               SUPPORTS_TEXT_BASED_API = NO
               SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
               SWIFT_OPTIMIZATION_LEVEL = -Onone
               SWIFT_PLATFORM_TARGET_PREFIX = ios
               SWIFT_SWIFT3_OBJC_INFERENCE = On
               SWIFT_VERSION = 4.0
               SYMROOT = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Products
               SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
               SYSTEM_APPS_DIR = /Applications
               SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
               SYSTEM_DEMOS_DIR = /Applications/Extras
               SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
               SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
               SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
               SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
               SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
               SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
               SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
               SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
               SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
               SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
               SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
               SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
               SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
               SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
               SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
               SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
               SYSTEM_LIBRARY_DIR = /System/Library
               TAPI_VERIFY_MODE = ErrorsOnly
               TARGETED_DEVICE_FAMILY = 1,2
               TARGETNAME = Runner
               TARGET_BUILD_DIR = /Users/raveesh/Desktop/hls_poc/build/ios/Debug-iphoneos
               TARGET_NAME = Runner
               TARGET_TEMP_DIR = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_DIR = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_FILES_DIR = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_FILE_DIR = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_ROOT = /Users/raveesh/Library/Developer/Xcode/DerivedData/Runner-cabfvnfogapveifvjjvewsbcfjhn/Build/Intermediates.noindex
               TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
               UID = 501
               UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
               UNSTRIPPED_PRODUCT = NO
               USER = raveesh
               USER_APPS_DIR = /Users/raveesh/Applications
               USER_LIBRARY_DIR = /Users/raveesh/Library
               USE_DYNAMIC_NO_PIC = YES
               USE_HEADERMAP = YES
               USE_HEADER_SYMLINKS = NO
               VALIDATE_PRODUCT = NO
               VALID_ARCHS = arm64 arm64e armv7 armv7s
               VERBOSE_PBXCP = NO
               VERBOSE_SCRIPT_LOGGING = YES
               VERSIONING_SYSTEM = apple-generic
               VERSIONPLIST_PATH = Runner.app/version.plist
               VERSION_INFO_BUILDER = raveesh
               VERSION_INFO_FILE = Runner_vers.c
               VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-1"
               WRAPPER_EXTENSION = app
               WRAPPER_NAME = Runner.app
               WRAPPER_SUFFIX = .app
               WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
               XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
               XCODE_PRODUCT_BUILD_VERSION = 10B61
               XCODE_VERSION_ACTUAL = 1010
               XCODE_VERSION_MAJOR = 1000
               XCODE_VERSION_MINOR = 1010
               XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
               YACC = yacc
               arch = arm64
               variant = normal
[ +436 ms] Installing and launching...
[        ] Debugging is enabled, connecting to observatory
[   +7 ms] executing: /usr/bin/env ios-deploy --id e1993a486170fc3d643ea7a3bc0116409c1bea9e --bundle build/ios/iphoneos/Runner.app --no-wifi --justlaunch --args --enable-dart-profiling
--enable-checked-mode
[  +13 ms]  └─Compiling, linking and signing... (completed)
[  +24 ms] [....] Waiting for iOS device to be connected
[  +17 ms] [....] Using e1993a486170fc3d643ea7a3bc0116409c1bea9e (N69AP, iPhone SE, iphoneos, arm64) a.k.a. 'Pink Pauldron'.
[        ] ------ Install phase ------
[        ] [  0%] Found e1993a486170fc3d643ea7a3bc0116409c1bea9e (N69AP, iPhone SE, iphoneos, arm64) a.k.a. 'Pink Pauldron' connected through USB, beginning install
[ +606 ms] [  5%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/META-INF/ to device
[        ] [  5%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/META-INF/com.apple.ZipMetadata.plist to device
[        ] [  5%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/_CodeSignature/ to device
[   +1 ms] [  6%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/_CodeSignature/CodeResources to device
[        ] [  6%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/AppIcon60x60@2x.png to device
[        ] [  6%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Runner to device
[        ] [  7%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/libswiftRemoteMirror.dylib to device
[  +37 ms] [  7%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Debug.xcconfig to device
[        ] [  8%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Base.lproj/ to device
[        ] [  8%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/ to device
[        ] [  8%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib to device
[        ] [  9%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib to device
[        ] [  9%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Base.lproj/Main.storyboardc/Info.plist to device
[        ] [  9%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/ to device
[        ] [ 10%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib to device
[        ] [ 10%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib to device
[        ] [ 10%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Base.lproj/LaunchScreen.storyboardc/Info.plist to device
[        ] [ 11%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/ to device
[        ] [ 11%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/LICENSE to device
[  +12 ms] [ 11%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/vm_snapshot_data to device
[  +90 ms] [ 13%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/isolate_snapshot_data to device
[  +10 ms] [ 13%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/AssetManifest.json to device
[        ] [ 13%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/kernel_blob.bin to device
[ +374 ms] [ 18%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/FontManifest.json to device
[        ] [ 18%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/packages/ to device
[        ] [ 18%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/packages/cupertino_icons/ to device
[        ] [ 19%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/packages/cupertino_icons/assets/ to device
[        ] [ 19%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf to device
[   +1 ms] [ 19%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/fonts/ to device
[        ] [ 20%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/flutter_assets/fonts/MaterialIcons-Regular.ttf to device
[   +3 ms] [ 20%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Assets.car to device
[   +1 ms] [ 20%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/AppFrameworkInfo.plist to device
[        ] [ 21%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/AppIcon76x76@2x~ipad.png to device
[        ] [ 21%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/ to device
[        ] [ 21%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib to device
[   +6 ms] [ 22%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib to device
[  +12 ms] [ 22%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftCore.dylib to device
[ +618 ms] [ 29%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib to device
[  +32 ms] [ 29%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib to device
[  +19 ms] [ 30%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftMetal.dylib to device
[   +8 ms] [ 30%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib to device
[  +34 ms] [ 31%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftos.dylib to device
[   +9 ms] [ 31%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/video_player.framework/ to device
[        ] [ 31%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/video_player.framework/_CodeSignature/ to device
[        ] [ 32%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/video_player.framework/_CodeSignature/CodeResources to device
[        ] [ 32%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/video_player.framework/video_player to device
[   +3 ms] [ 33%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/video_player.framework/Info.plist to device
[        ] [ 33%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib to device
[   +7 ms] [ 33%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/ to device
[        ] [ 34%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature/ to device
[        ] [ 34%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/_CodeSignature/CodeResources to device
[        ] [ 34%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/icudtl.dat to device
[  +22 ms] [ 35%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/Flutter to device
[ +545 ms] [ 41%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/Flutter.framework/Info.plist to device
[        ] [ 42%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/App.framework/ to device
[        ] [ 42%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/ to device
[        ] [ 42%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources to device
[        ] [ 43%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/App.framework/App to device
[        ] [ 43%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/App.framework/Info.plist to device
[        ] [ 43%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib to device
[  +10 ms] [ 44%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib to device
[  +24 ms] [ 44%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib to device
[  +11 ms] [ 45%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib to device
[ +334 ms] [ 48%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib to device
[   +9 ms] [ 48%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/embedded.mobileprovision to device
[        ] [ 49%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/Info.plist to device
[        ] [ 49%] Copying /Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app/PkgInfo to device
[ +513 ms] [ 52%] CreatingStagingDirectory
[        ] [ 57%] ExtractingPackage
[        ] [ 60%] InspectingPackage
[  +20 ms] [ 60%] TakingInstallLock
[  +57 ms] [ 65%] PreflightingApplication
[   +9 ms] [ 65%] InstallingEmbeddedProfile
[   +5 ms] [ 70%] VerifyingApplication
[+1416 ms] [ 75%] CreatingContainer
[   +6 ms] [ 80%] InstallingApplication
[  +11 ms] [ 85%] PostflightingApplication
[   +3 ms] [ 90%] SandboxingApplication
[  +19 ms] [ 95%] GeneratingApplicationMap
[  +93 ms] [100%] Installed package build/ios/iphoneos/Runner.app
[ +458 ms] ------ Debug phase ------
[        ] Starting debug of e1993a486170fc3d643ea7a3bc0116409c1bea9e (N69AP, iPhone SE, iphoneos, arm64) a.k.a. 'Pink Pauldron' connected through USB...
[ +393 ms] [  0%] Looking up developer disk image
[  +20 ms] [ 95%] Developer disk image mounted successfully
[ +277 ms] [100%] Connecting to remote debug server
[        ] -------------------------
[  +44 ms] (lldb) command source -s 0 '/tmp/4BEE6AFD-D497-41DC-B395-2BA1EA5C4E11/fruitstrap-lldb-prep-cmds-e1993a486170fc3d643ea7a3bc0116409c1bea9e'
[        ] Executing commands in '/tmp/4BEE6AFD-D497-41DC-B395-2BA1EA5C4E11/fruitstrap-lldb-prep-cmds-e1993a486170fc3d643ea7a3bc0116409c1bea9e'.
[        ] (lldb)     platform select remote-ios --sysroot '/Users/raveesh/Library/Developer/Xcode/iOS DeviceSupport/12.1.2 (16C101)/Symbols'
[        ]   Platform: remote-ios
[        ]  Connected: no
[        ]   SDK Path: "/Users/raveesh/Library/Developer/Xcode/iOS DeviceSupport/12.1.2 (16C101)/Symbols"
[        ] (lldb)     target create "/Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app"
[+8268 ms] Current executable set to '/Users/raveesh/Desktop/hls_poc/build/ios/iphoneos/Runner.app' (arm64).
[        ] (lldb)     script fruitstrap_device_app="/private/var/containers/Bundle/Application/450E012D-4796-468C-8BC3-391A5ABEB28F/Runner.app"
[        ] (lldb)     script fruitstrap_connect_url="connect://127.0.0.1:54080"
[        ] (lldb)     target modules search-paths add /usr "/Users/raveesh/Library/Developer/Xcode/iOS DeviceSupport/12.1.2 (16C101)/Symbols/usr" /System
"/Users/raveesh/Library/Developer/Xcode/iOS DeviceSupport/12.1.2 (16C101)/Symbols/System" "/private/var/containers/Bundle/Application/450E012D-4796-468C-8BC3-391A5ABEB28F"
"/Users/raveesh/Desktop/hls_poc/build/ios/iphoneos" "/var/containers/Bundle/Application/450E012D-4796-468C-8BC3-391A5ABEB28F" "/Users/raveesh/Desktop/hls_poc/build/ios/iphoneos" /Developer
"/Users/raveesh/Library/Developer/Xcode/iOS DeviceSupport/12.1.2 (16C101)/Symbols/Developer"
[  +98 ms] (lldb)     command script import "/tmp/4BEE6AFD-D497-41DC-B395-2BA1EA5C4E11/fruitstrap_e1993a486170fc3d643ea7a3bc0116409c1bea9e.py"
[   +7 ms] (lldb)     command script add -f fruitstrap_e1993a486170fc3d643ea7a3bc0116409c1bea9e.connect_command connect
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_e1993a486170fc3d643ea7a3bc0116409c1bea9e.run_command run
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_e1993a486170fc3d643ea7a3bc0116409c1bea9e.autoexit_command autoexit
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_e1993a486170fc3d643ea7a3bc0116409c1bea9e.safequit_command safequit
[        ] (lldb)     connect
[  +34 ms] (lldb)     run
[ +165 ms] success
[        ] (lldb)     safequit
[ +115 ms] Process 597 detached
[  +49 ms] Application launched on the device. Waiting for observatory port.
[ +380 ms] Observatory URL on device: http://127.0.0.1:53460/
[   +1 ms] attempting to forward device port 53460 to host port 1024
[        ] executing: /usr/local/bin/iproxy 1024 53460 e1993a486170fc3d643ea7a3bc0116409c1bea9e
[+1012 ms] Forwarded port ForwardedPort HOST:1024 to DEVICE:53460
[   +1 ms] Forwarded host port 1024 to device port 53460 for Observatory
[   +5 ms] Installing and launching... (completed)
[  +10 ms] Connecting to service protocol: http://127.0.0.1:1024/
[ +138 ms] Error connecting to the service protocol: HttpException: , uri = http://127.0.0.1:1024/ws
[   +7 ms] "flutter run" took 44,762ms.

#0      throwToolExit (package:flutter_tools/src/base/common.dart:26:3)
#1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:404:7)
<asynchronous suspension>
#2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:401:18)
#3      _asyncThenWrapperHelper.<anonymous closure> (dart:async/runtime/libasync_patch.dart:77:64)
#4      _rootRunUnary (dart:async/zone.dart:1132:38)
#5      _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#6      _FutureListener.handleValue (dart:async/future_impl.dart:129:18)
#7      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:642:45)
#8      Future._propagateToListeners (dart:async/future_impl.dart:671:32)
#9      Future._complete (dart:async/future_impl.dart:476:7)
#10     _SyncCompleter.complete (dart:async/future_impl.dart:51:12)
#11     _AsyncAwaitCompleter.complete (dart:async/runtime/libasync_patch.dart:28:18)
#12     _completeOnAsyncReturn (dart:async/runtime/libasync_patch.dart:295:13)
#13     RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
#14     _asyncThenWrapperHelper.<anonymous closure> (dart:async/runtime/libasync_patch.dart:77:64)
#15     _rootRunUnary (dart:async/zone.dart:1132:38)
#16     _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#17     _FutureListener.handleValue (dart:async/future_impl.dart:129:18)
#18     Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:642:45)
#19     Future._propagateToListeners (dart:async/future_impl.dart:671:32)
#20     Future._complete (dart:async/future_impl.dart:476:7)
#21     _SyncCompleter.complete (dart:async/future_impl.dart:51:12)
#22     _AsyncAwaitCompleter.complete.<anonymous closure> (dart:async/runtime/libasync_patch.dart:33:20)
#23     _rootRun (dart:async/zone.dart:1124:13)
#24     _CustomZone.run (dart:async/zone.dart:1021:19)
#25     _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:947:23)
#26     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
#27     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
#28     _runPendingImmediateCallback (dart:isolate/runtime/libisolate_patch.dart:115:13)
#29     _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:172:5)



[  +31 ms] [VERBOSE-2:shell.cc(184)] Dart Error: Unhandled exception:
[        ] Bad state: Future already completed
[        ] #0      _AsyncCompleter.complete (dart:async/future_impl.dart:39:31)
[   +1 ms] #1      VideoPlayerController.initialize.eventListener (package:video_player/video_player.dart:233:33)
[   +1 ms] #2      _RootZone.runUnaryGuarded (dart:async/zone.dart:1314:10)
[   +2 ms] #3      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:336:11)
[        ] #4      _DelayedData.perform (dart:async/stream_impl.dart:591:14)
[   +1 ms] #5      _StreamImplEvents.handleNext (dart:async/stream_impl.dart:707:11)
[        ] #6      _PendingEvents.schedule.<anonymous closure> (dart:async/stream_impl.dart:667:7)
[        ] #7      _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
[        ] #8      _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
Analyzing hls_poc...                                             
No issues found! (ran in 3.1s)

flutter doctor -v
</details>[✓] Flutter (Channel stable, v1.0.0, on Mac OS X 10.14.2 18C54, locale en-IN)
    • Flutter version 1.0.0 at /Users/raveesh/MyCode/SDKs/Flutter
    • Framework revision 5391447fae (4 weeks ago), 2018-11-29 19:41:26 -0800
    • Engine revision 7375a0f414
    • Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)

[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
    • Android SDK at /Users/raveesh/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-28, build-tools 28.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
    • All Android licenses accepted.

[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 10.1, Build version 10B61
    • ios-deploy 1.9.4
    • CocoaPods version 1.5.3

[✓] Android Studio (version 3.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 29.1.1
    • Dart plugin version 181.5656
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[✓] VS Code (version 1.30.0)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 2.21.1

[✓] Connected device (1 available)
    • Pink Pauldron • e1993a486170fc3d643ea7a3bc0116409c1bea9e • ios • iOS 12.1.2

• No issues found!
@raveesh-me
Copy link
Author

to my best knowledge flutter/plugins#613 is the last known progress in this direction. Please look into this.

@zoechi zoechi added this to the Goals milestone Dec 27, 2018
@eseidelGoogle eseidelGoogle added the p: video_player The Video Player plugin label Jan 3, 2019
@eseidelGoogle
Copy link
Contributor

An amusing bug at least? 😭

@amirh would know the severity or complexity here.

@raveesh-me
Copy link
Author

@eseidelGoogle @amirh do we have any progress on this? I don't want to have to resort to writing platform channels for something that should be possible with this plugin. 😝 but I have less than 10 days to deliver. Please help

@jason-simmons
Copy link
Member

The example code is calling VideoPlayerController.initialize twice - first in initState and later in onPressed. I think that's why two instances of the video are playing concurrently.

@raveesh-me
Copy link
Author

oO my bad.

@raveesh-me
Copy link
Author

raveesh-me commented Jan 20, 2019

The solution by @jason-simmons worked

@amirh
Copy link
Contributor

amirh commented Jan 23, 2019

I'm keeping this open as we should probably deal better with double initialization (either crash or ignore it)

@amirh amirh reopened this Jan 23, 2019
@amirh amirh changed the title [video_player plugin]: HLS Stream played all qualities at once. [video_player plugin]: Handle multiple calls to initialize better. Jan 23, 2019
@swordyy7
Copy link

How did you solution this issue? @raveesh-me

@raveesh-me
Copy link
Author

raveesh-me commented Jan 29, 2019

@Ammmmmmmmmmmmm

 floatingActionButton: FloatingActionButton(onPressed: () {
        _controller.initialize();
        _controller.play();
      }),

change this to

 floatingActionButton: FloatingActionButton(onPressed: () {
        _controller.play();
      }),

and everything else works.

@swordyy7
Copy link

ok,thank you very much!

@ohenley
Copy link

ohenley commented Jul 26, 2019

  1. Two calls to initialize(), one to play(), and the video, in effect, will play two times. Even if it is a programmatic error on the client side, this makes no sense:
  • 'Initialize' from a client's perspective means nothing ... it almost feels like the author dropped some housekeeping details on our side.
  • 'Initialize' does not wear any semantic related to the act of playing. So to have it as a side effect is, IMO, just wrong.
  • I fail to see the case where someone would need a stream playing simultaneously two times with random lag.

Please, just bulletproof the player initialization to be executed a single time and report the 'problem' in the debug output stream. That should make the cut. Or ... at least add bold comment in the player source code about this 'initialization mechanism that cannot be called two times' because right now there is nothing about it.

  1. Please rephrase the issue to something like [video_player plugin] Symptom: Video plays multiple time inside application. Cause: Handle multiple calls to initialize better.

I searched with the symptom description and found nothing for a month... until today by chance.

Nothing to be ashamed of as this is arguably a 'booby trapped' api.

Thanks for reporting and the solution.

@kf6gpe kf6gpe added the P2 Important issues not at the top of the work list label May 29, 2020
@Hixie Hixie removed this from the None. milestone Aug 17, 2020
@maheshmnj maheshmnj added a: quality A truly polished experience passed first triage c: proposal A detailed proposal for a change to Flutter c: new feature Nothing broken; request for a new capability labels Jul 5, 2021
@flutter-triage-bot flutter-triage-bot bot added the package flutter/packages repository. See also p: labels. label Jul 5, 2023
@Hixie Hixie removed the plugin label Jul 6, 2023
@flutter-triage-bot flutter-triage-bot bot added the team-ecosystem Owned by Ecosystem team label Jul 8, 2023
@flutter-triage-bot flutter-triage-bot bot added the triaged-ecosystem Triaged by Ecosystem team label Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: quality A truly polished experience c: new feature Nothing broken; request for a new capability c: proposal A detailed proposal for a change to Flutter p: video_player The Video Player plugin P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. team-ecosystem Owned by Ecosystem team triaged-ecosystem Triaged by Ecosystem team
Projects
None yet
Development

No branches or pull requests